Skip to content

Commit

Permalink
detach tmate
Browse files Browse the repository at this point in the history
yuxuanzhuang committed Dec 6, 2024
1 parent e0e0789 commit c2d7090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ jobs:
if: ${{ matrix.name != 'numpy_min' }}
uses: mxschmitt/action-tmate@v3
with:
detached: true
detached: false

- name: Setup tmate session for numpy_min
if: ${{ matrix.name == 'numpy_min' }}
@@ -131,7 +131,7 @@ jobs:
PYTEST_FLAGS="${PYTEST_FLAGS} --cov-config=.coveragerc --cov=MDAnalysis --cov-report=xml --log-file-level=DEBUG"
fi
echo $PYTEST_FLAGS
pytest -n logical --timeout=200 testsuite/MDAnalysisTests $PYTEST_FLAGS
pytest -n logical --timeout=2000 testsuite/MDAnalysisTests $PYTEST_FLAGS
- name: run_asv

0 comments on commit c2d7090

Please sign in to comment.