Skip to content

Commit

Permalink
Debug with ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich committed Nov 11, 2024
1 parent 9c01c32 commit 853f0b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/PyTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- name: Install project
run: |
pdm install --prod --no-lock --no-editable
pdm install --prod --frozen-lockfile --no-editable
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Run Tests
run: |
Expand Down

0 comments on commit 853f0b7

Please sign in to comment.