We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad7fb0 commit 92c4edeCopy full SHA for 92c4ede
.github/workflows/snyk.yml
@@ -22,11 +22,12 @@ jobs:
22
uses: astral-sh/setup-uv@v6
23
with:
24
python-version: '3.11'
25
+ activate-environment: true
26
27
- name: Prepare requirements.txt
28
run: |
29
uv pip compile pyproject.toml --output-file requirements.txt
- uv pip install --system -r requirements.txt
30
+ uv pip install -r requirements.txt
31
32
- uses: snyk/actions/setup@master
33
0 commit comments