Skip to content

Commit

Permalink
Update tests.yaml (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Apr 11, 2024
1 parent dffc7b0 commit 64ed247
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:

- name: Install pip packages
run: |
pip install -r tests/requirements.txt
pip install .[dev]
pip install uv
uv pip install --system -r tests/requirements.txt
uv pip install --system .[dev]
- name: Run tests with pytest
run: pytest --cov=template --cov-report=xml
Expand Down

0 comments on commit 64ed247

Please sign in to comment.