Skip to content

Commit

Permalink
detach
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang committed Dec 6, 2024
1 parent fe93aa3 commit bd749d7
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
Expand Up @@ -120,13 +120,13 @@ jobs:
if: ${{ matrix.name != 'numpy_min' }}
uses: mxschmitt/action-tmate@v3
with:
detached: false
detached: true

- name: Setup tmate session for numpy_min
if: ${{ matrix.name == 'numpy_min' }}
uses: mxschmitt/action-tmate@v3
with:
detached: false
detached: true

- name: run_tests
if: contains(matrix.name, 'asv_check') != true
Expand Down

0 comments on commit bd749d7

Please sign in to comment.