File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 67
67
python-version : " 3.11"
68
68
- platform : macos-14
69
69
python-version : " 3.12"
70
+ - platform : macos-14
71
+ python-version : " 3.13"
70
72
- manylinux : " manylinux2010_x86_64"
71
73
platform : ubuntu-latest
72
74
python-version : " 3.8"
@@ -136,6 +138,7 @@ jobs:
136
138
python -m build 2>&1 | tee build.log
137
139
exit `fgrep -i warning build.log | grep -v "WARNING setuptools_scm" | grep -v "-warnings" | grep -v "All Warnings are enabled" | wc -l`
138
140
141
+ # TODO #387
139
142
- if : ${{ (matrix.platform == 'macos-13' && matrix.python-version == '3.11') || matrix.platform == 'macos-14' }}
140
143
run : |
141
144
# workaround for buggy universal2 wheel names (contain single arch binary only!)
@@ -195,7 +198,8 @@ jobs:
195
198
python -m pytest --durations=10 -v -s -We -p no:unraisableexception .
196
199
cd ..
197
200
198
- - run : |
201
+ - if : ${{ !(matrix.platform == 'macos-14' && matrix.python-version == '3.13') }}
202
+ run : |
199
203
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
200
204
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
201
205
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
You can’t perform that action at this time.
0 commit comments