Skip to content

Commit

Permalink
update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed Feb 24, 2024
1 parent 377d8ef commit 8d5737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: python -W ignore -m unittest discover -s tests/
run: python -W ignore -m unittest tests/test_utils.py

0 comments on commit 8d5737b

Please sign in to comment.