Skip to content

Commit 564ebef

Browse files
Fix CI/CD (attempt 1 out of too many, likely)
1 parent df95da8 commit 564ebef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: uv lock --check
3131
- name: Check code style
3232
run: |
33-
ruff check --output-format=github
34-
ruff format --check
33+
uv run ruff check --output-format=github
34+
uv run ruff format --check
3535
- name: Execute tests
3636
run: uv run coverage run --source portion -m pytest
3737
- name: Upload coverage to Coveralls

0 commit comments

Comments
 (0)