Skip to content

Commit

Permalink
Third attempt to fix CI failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinovsky committed Oct 25, 2024
1 parent e0b038f commit 2f1ee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install -r requirements.txt
- name: Run tests
run: pytest -s -rs
run: python -m pytest -s -rs

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f1ee4e

Please sign in to comment.