Skip to content

Commit

Permalink
uv fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 12, 2024
1 parent cef5f21 commit 31969f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
uv sync --extras tests
uv sync --extra tests
- name: Test with pytest
run: |
uv run pytest tests --cov=tests --cov=vercheck --cov-report=xml
Expand Down

0 comments on commit 31969f1

Please sign in to comment.