Skip to content

Commit

Permalink
CI now passing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuici committed Jul 31, 2024
1 parent af6c536 commit fe88065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
run: pytest
run: python -m unittest tests/unit.py

0 comments on commit fe88065

Please sign in to comment.