Skip to content

Commit da6fd93

Browse files
committed
ssh access for failure
1 parent 51abd46 commit da6fd93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ jobs:
191191
for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[tests]; done;
192192
python -m pip show --verbose PyPartMC
193193
194-
- if: matrix.platform != 'windows-latest'
195-
uses: julia-actions/setup-julia@v2
194+
- uses: julia-actions/setup-julia@v2
196195
with:
197196
version: '1.11'
198197

@@ -210,11 +209,12 @@ jobs:
210209
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
211210
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
212211
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') }}
214214
# - 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
218218

219219
dist_check:
220220
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)