Skip to content

Commit

Permalink
re-enable tests for macOS 14 & Python 3.13 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmacware authored Jan 31, 2025
1 parent 32f23b3 commit 081aebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ jobs:
python -m pytest --durations=10 -v -s -We -p no:unraisableexception .
cd ..
- if: ${{ !(matrix.platform == 'macos-14' && matrix.python-version == '3.13') }}
run: |
- run: |
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
Expand Down

0 comments on commit 081aebd

Please sign in to comment.