Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NishchayKarle committed Feb 16, 2024
1 parent 28cc5d4 commit 8af8d6f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ jobs:
strategy:
fail-fast: false # if true, then if one task fails all fails, but we need which version is failing
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12-dev"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"

Expand Down

0 comments on commit 8af8d6f

Please sign in to comment.