Skip to content

Commit

Permalink
ci: run only py 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Oct 29, 2023
1 parent b59126f commit 6bd98a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [3.11, 3.12]
python-version: [3.11]


steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# windows-latest !=> gives error in 'if' statetement
python-version: ["3.11", "3.12"]
python-version: ["3.11"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 6bd98a2

Please sign in to comment.