Skip to content

Commit

Permalink
only run 3.11 on ubuntu for fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kytpbs committed Aug 27, 2024
1 parent c23010e commit d8dc435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
fail-fast: false
matrix:
py:
- "3.12"
#- "3.12"
- "3.11"
- "3.10"
#- "3.10"
os:
- ubuntu-latest
- macos-latest
- windows-latest
#- macos-latest
#- windows-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d8dc435

Please sign in to comment.