Skip to content

Commit 6f3f7ac

Browse files
committed
fix (CI): adding arg to uv
1 parent 233b903 commit 6f3f7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838

3939
- name: Install dependencies & build package
4040
run: |
41-
uv pip install setuptools wheel build pytest pytest-xdist
41+
uv pip install setuptools wheel build pytest pytest-xdist --system
4242
uv build
43-
uv pip install dist/*.whl
43+
uv pip install dist/*.whl --system
4444
4545
- name: Verify installed packages
4646
run: |

0 commit comments

Comments
 (0)