We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284f766 commit 078c21eCopy full SHA for 078c21e
.github/workflows/unit-tests.yaml
@@ -24,15 +24,9 @@ jobs:
24
uses: astral-sh/setup-uv@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
- version: "0.5.30"
28
- - name: install poetry as a tool
29
- run: uv tool install poetry
30
-
31
- - name: install dependencies
32
- run: uvx poetry install --with dev
33
34
- name: Unit tests
35
- run: uvx poetry run pytest tests/ --cov --cov-report=xml
+ run: uv run --group dev pytest tests/ --cov --cov-report=xml
36
37
- name: Upload coverage reports to Codecov
38
uses: codecov/codecov-action@v5
0 commit comments