Skip to content

Commit 0be2a89

Browse files
committed
💚 Use uv tool run for pytest in CI
1 parent 2505589 commit 0be2a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
- name: Docker - Test generated starter project
5353
run: |
5454
cd test_project
55-
docker compose run --rm utility pytest
55+
docker compose run --rm utility uv tool run pytest

0 commit comments

Comments
 (0)