We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233b903 commit 6f3f7acCopy full SHA for 6f3f7ac
1 file changed
.github/workflows/test.yml
@@ -38,9 +38,9 @@ jobs:
38
39
- name: Install dependencies & build package
40
run: |
41
- uv pip install setuptools wheel build pytest pytest-xdist
+ uv pip install setuptools wheel build pytest pytest-xdist --system
42
uv build
43
- uv pip install dist/*.whl
+ uv pip install dist/*.whl --system
44
45
- name: Verify installed packages
46
0 commit comments