Skip to content

Commit 97a7d6e

Browse files
committed
Use uv
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 6522395 commit 97a7d6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/snapshot_tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ jobs:
5555
DEPSCAN_CSAF_TEMPLATE: "/home/runner/work/dep-scan/dep-scan/contrib/csaf.toml"
5656
INPUT_THANK_YOU: "I have sponsored OWASP-dep-scan."
5757
run: |
58-
source .venv/bin/activate
5958
chmod +x /home/runner/work/dep-scan/dep-scan/test/snapshots.py
60-
/home/runner/work/dep-scan/dep-scan/test/snapshots.py
59+
uv run python /home/runner/work/dep-scan/dep-scan/test/snapshots.py
6160
if test -f /home/runner/work/new_snapshots/diffs.json; then
6261
echo "status=FAILED" >> "$GITHUB_ENV"
6362
fi

0 commit comments

Comments
 (0)