Skip to content

Commit

Permalink
13
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Oct 1, 2024
1 parent 03e1623 commit 7f62e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:
- '3.11'
- '3.12'
exclude:
#Fails because github can't find an arm64 image for Python 3.7???
- os: {name: macos-latest}
pyver: '3.7'
#Fails because one test expects a different output during an exception
- os: {name: macos-latest}
pyver: '3.8'
runs-on: ${{ matrix.os.name }}
name: ${{ matrix.os.icon }} ${{ matrix.os.name }} | ${{ matrix.pyver }}
steps:
Expand Down

0 comments on commit 7f62e22

Please sign in to comment.