Skip to content

Commit

Permalink
only run on mac, notci1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Jul 26, 2022
1 parent dfa1664 commit 9eee580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [macos-latest]
python-version: ["3.8", "3.9", "3.10"]
# Cherry-pick test modules to split the overall runtime roughly in half
partition: [ci1, not ci1]
partition: [not ci1]
exclude:
- os: macos-latest
python-version: 3.9
Expand Down

0 comments on commit 9eee580

Please sign in to comment.