Skip to content

Commit 39e6847

Browse files
author
Arun Persaud
committed
Fix CI: install packages with --system flag for uv
1 parent 94b6fd4 commit 39e6847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

2828
- name: Install dependencies
2929
run: |
30-
uv pip install -e ".[test]"
30+
uv pip install -e ".[test]" --system
3131
3232
- name: Run tests
3333
run: |

0 commit comments

Comments
 (0)