Skip to content

Commit

Permalink
Adding tmate debug session
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 13, 2024
1 parent b6e208c commit 230e0fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Python dependencies
shell: bash
run: |
pip install numpy \
pip3 install numpy \
cython==0.29.37 \
scipy \
matplotlib \
Expand Down Expand Up @@ -62,4 +62,8 @@ jobs:
- name: Test
shell: bash
run: |
pytest -v .
pytest -v .
- name: tmate debug
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

0 comments on commit 230e0fd

Please sign in to comment.