Skip to content

Commit 081aebd

Browse files
authored
re-enable tests for macOS 14 & Python 3.13 (#401)
1 parent 32f23b3 commit 081aebd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ jobs:
198198
python -m pytest --durations=10 -v -s -We -p no:unraisableexception .
199199
cd ..
200200
201-
- if: ${{ !(matrix.platform == 'macos-14' && matrix.python-version == '3.13') }}
202-
run: |
201+
- run: |
203202
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
204203
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
205204
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt

0 commit comments

Comments
 (0)