Skip to content

Commit

Permalink
remove test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Feb 14, 2024
1 parent af64dc4 commit fad4abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
'${{ steps.cp.outputs.python-path }}' -m pytest -v --disable-warnings pCrunch
# Debugging session
- name: Setup tmate session
if: contains( matrix.os, 'ubuntu')
uses: mxschmitt/action-tmate@v3
#- name: Setup tmate session
# if: contains( matrix.os, 'ubuntu')
# uses: mxschmitt/action-tmate@v3

- name: Test examples
run: |
Expand Down

0 comments on commit fad4abf

Please sign in to comment.