Skip to content

Commit 30930c5

Browse files
authored
fix: install pkgs to user
1 parent 3490102 commit 30930c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install dependencies and library
4040
run: |
41-
uv pip install --system \
41+
uv pip install --user \
4242
numpy \
4343
scipy \
4444
scikit-image \

0 commit comments

Comments
 (0)