Skip to content

Commit d12f0bb

Browse files
Matthias WittgenMatthias Wittgen
authored andcommitted
Don't use system python env
1 parent 9fe4c9e commit d12f0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uv pip install .[yaml,test]
3838
3939
- name: Run tests
40-
run: pytest -r a -v
40+
run: uv python -m pytest -r a -v
4141

4242
pypi_sdist_build:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)