Skip to content

Commit

Permalink
remove macOS py310 from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Oct 31, 2022
1 parent fe14138 commit 8460f15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, '3.10']
exclude:
- platform: macos-latest
python-version: '3.10' # exclude macOS and python 3.10 because it currently hangs

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8460f15

Please sign in to comment.