Skip to content

Commit

Permalink
Merge pull request #38 from LBL-EESA/ghactions_test_fix
Browse files Browse the repository at this point in the history
Fix test error for MacOS arm64 python3.7
  • Loading branch information
taobrienlbl authored May 29, 2024
2 parents 8a78aad + 9dc6a5b commit 7072348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
# exclude MacOS arm64 on 3.7
exclude:
- os: macos-latest
python-version: '3.7'
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
Expand Down

0 comments on commit 7072348

Please sign in to comment.