Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Aug 22, 2024
1 parent caae207 commit f733347
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
python-version: ${{ matrix.python-version }}

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

0 comments on commit f733347

Please sign in to comment.