We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe78b5 commit 802367cCopy full SHA for 802367c
.github/workflows/testing_uv.yml
@@ -38,4 +38,4 @@ jobs:
38
token: ${{ secrets.GITHUB_TOKEN }}
39
data-directory: ${{ env.EIT_PROCESSING_TEST_DATA }}
40
- name: Run pytest
41
- run: pytest -v
+ run: uv run pytest -v
0 commit comments