Skip to content

Commit

Permalink
fix(test): skip tests on bad os/pyversion combos (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 24, 2024
1 parent 8937e3c commit 35543d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\pip\Cache
exclude:
# gh runner throws "Error: Version ${{ matrix.pyversion }} with arch arm64 not found"
- os: macos-latest
pyversion: "3.8"
- os: macos-latest
pyversion: "3.9"

steps:
- name: Check out repository code
Expand Down

0 comments on commit 35543d6

Please sign in to comment.