Skip to content

Commit

Permalink
ci: fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Aug 22, 2024
1 parent f733347 commit 7485556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install package
run: |
pip install poetry
poetry install --no-interaction --with test
pip install pytest pytest-cov pytest-html coverage colorama
pip install .
- name: Run tests
run: pytest -c pyproject.toml --cov=vaxstats --cov-report=xml --junit-xml=report.xml --color=yes tests/

0 comments on commit 7485556

Please sign in to comment.