Skip to content

Commit

Permalink
debug tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Feb 18, 2025
1 parent 1ff5021 commit b5ab707
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ jobs:
# DEBUGGING
- name: Setup tmate session
if: steps.pytests.outcome == "failure"
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
if: steps.pytests.outcome == "failure"
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

- name: Test with pytest - coverage
id: pytestsCov
Expand All @@ -303,9 +303,9 @@ jobs:
# DEBUGGING
- name: Setup tmate session
if: steps.pytestsCov.outcome == "failure"
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
if: steps.pytestsCov.outcome == "failure"
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

- name: MPI tests -- plain
if: ${{ env.use-mpi && env.coverage-on-version != matrix.python-version}}
Expand Down

0 comments on commit b5ab707

Please sign in to comment.