Skip to content

Commit acd94e9

Browse files
Matthias WittgenMatthias Wittgen
authored andcommitted
Don't use system python env
1 parent 569c6f0 commit acd94e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Build and install
3333
run: |
34-
python -m pip install --upgrade pip setuptools uv
34+
python -m pip install --upgrade pip setuptools uva
35+
uv venv
3536
uv pip install .[yaml,test]
3637
3738
- name: Run tests

0 commit comments

Comments
 (0)