Skip to content

Commit d13d8e0

Browse files
fix: uv
1 parent 152b57d commit d13d8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run tests
7474
run: |
7575
source .venv/bin/activate
76-
uv pytest
76+
uv run pytest
7777
7878
# - uses: codecov/codecov-action@v5
7979
# name: 'Upload coverage to CodeCov'

0 commit comments

Comments
 (0)