Skip to content

Commit 92c4ede

Browse files
activate-environment: true
1 parent aad7fb0 commit 92c4ede

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
uses: astral-sh/setup-uv@v6
2323
with:
2424
python-version: '3.11'
25+
activate-environment: true
2526

2627
- name: Prepare requirements.txt
2728
run: |
2829
uv pip compile pyproject.toml --output-file requirements.txt
29-
uv pip install --system -r requirements.txt
30+
uv pip install -r requirements.txt
3031
3132
- uses: snyk/actions/setup@master
3233

0 commit comments

Comments
 (0)