Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 6, 2024
1 parent f5c3ef2 commit 9c59a50
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ jobs:
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: poetry
- run: pytest --help
- run: python --version
- name: poetry
run: poetry
continue-on-error: true
- name: pytest
run: pytest --help
continue-on-error: true

0 comments on commit 9c59a50

Please sign in to comment.