Skip to content

Commit aad7fb0

Browse files
Install into system lib
1 parent 864a827 commit aad7fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Prepare requirements.txt
2727
run: |
2828
uv pip compile pyproject.toml --output-file requirements.txt
29-
uv pip install -r requirements.txt
29+
uv pip install --system -r requirements.txt
3030
3131
- uses: snyk/actions/setup@master
3232

0 commit comments

Comments
 (0)