Skip to content

Commit 802367c

Browse files
committed
Add uv to bash command
1 parent fbe78b5 commit 802367c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_uv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
data-directory: ${{ env.EIT_PROCESSING_TEST_DATA }}
4040
- name: Run pytest
41-
run: pytest -v
41+
run: uv run pytest -v

0 commit comments

Comments
 (0)