Skip to content

Commit

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

0 comments on commit 3ff91a6

Please sign in to comment.