Skip to content

Commit 9aa6762

Browse files
committed
Don't create a venv
1 parent 1e58446 commit 9aa6762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -l
22
cd /github/workspace
33
echo "Scanning $1 with profile $2"
4-
python3 -m venv "$1/venv/"
4+
55
/opt/pycharm-community/bin/inspect.sh "$1" "$2" out/ -format json -v0 -d "$4" 2> errors.log
66

77
set -e

0 commit comments

Comments
 (0)