File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,7 @@ jobs:
191
191
for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[tests]; done;
192
192
python -m pip show --verbose PyPartMC
193
193
194
- - if : matrix.platform != 'windows-latest'
195
- uses : julia-actions/setup-julia@v2
194
+ - uses : julia-actions/setup-julia@v2
196
195
with :
197
196
version : ' 1.11'
198
197
@@ -210,11 +209,12 @@ jobs:
210
209
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
211
210
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
212
211
213
- # ## uncomment to gain ssh access in case of failure
212
+ # # uncomment to gain ssh access in case of failure
213
+ - if : ${{ !(matrix.platform == 'macos-14' && matrix.python-version == '3.12') }}
214
214
# - if: ${{ failure() }}
215
- # uses: mxschmitt/action-tmate@v3
216
- # with:
217
- # limit-access-to-actor: true
215
+ uses : mxschmitt/action-tmate@v3
216
+ with :
217
+ limit-access-to-actor : true
218
218
219
219
dist_check :
220
220
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments