Skip to content

Commit 078c21e

Browse files
committed
Update unit-tests.yaml
1 parent 284f766 commit 078c21e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ jobs:
2424
uses: astral-sh/setup-uv@v5
2525
with:
2626
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
3327

3428
- name: Unit tests
35-
run: uvx poetry run pytest tests/ --cov --cov-report=xml
29+
run: uv run --group dev pytest tests/ --cov --cov-report=xml
3630

3731
- name: Upload coverage reports to Codecov
3832
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)