We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a63406 commit 4bfeddaCopy full SHA for 4bfedda
.github/workflows/tests.yaml
@@ -37,8 +37,9 @@ jobs:
37
38
- name: Test with pytest
39
run: |
40
+ uv sync --extra dev --resolution ${{ matrix.resolution }} --python ${{ matrix.python-version}}
41
uv pip install .
- uv run --extra dev --resolution ${{ matrix.resolution }} --pre --python ${{ matrix.python-version}} pytest --cov=volara tests
42
+ uv run pytest --cov=volara tests
43
44
- name: Upload coverage to Codecov
45
uses: codecov/codecov-action@v2
0 commit comments