Skip to content

Commit fe57ec7

Browse files
committed
Run tests via uv
1 parent fdd3c18 commit fe57ec7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
- name: Install Python and the package
1818
run: |
1919
uv python install
20-
uv tool install ruff
2120
uv sync --all-extras --dev
2221
- name: Ruff linter
23-
run: uv run ruff check
22+
run: uvx ruff check
2423
- name: Ruff formatter
25-
run: uv run ruff format --check
26-
# - name: Run tests
27-
# run: uv run pytest tests
24+
run: uvx ruff format --check
25+
- name: Run tests
26+
run: uv run pytest

0 commit comments

Comments
 (0)