Skip to content

Commit 4bfedda

Browse files
committed
create uv environment before installing package
1 parent 3a63406 commit 4bfedda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737

3838
- name: Test with pytest
3939
run: |
40+
uv sync --extra dev --resolution ${{ matrix.resolution }} --python ${{ matrix.python-version}}
4041
uv pip install .
41-
uv run --extra dev --resolution ${{ matrix.resolution }} --pre --python ${{ matrix.python-version}} pytest --cov=volara tests
42+
uv run pytest --cov=volara tests
4243
4344
- name: Upload coverage to Codecov
4445
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)