Skip to content

Commit

Permalink
fixed error in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKamuk committed May 23, 2024
1 parent 0e96e88 commit 2339ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
run -m pytest -v -s
pytest -v -s

0 comments on commit 2339ed0

Please sign in to comment.