Skip to content

Commit de223ce

Browse files
debug: activate the env
1 parent c3d3915 commit de223ce

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/sca_scan.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@ jobs:
1212
python-version: "3.10"
1313
pre-scan-commands: |
1414
echo "Current directory: $(pwd)"
15-
echo "List of files in current directory:"
16-
ls -la
17-
echo "---"
18-
echo "Contents of requirements.txt:"
19-
cat requirements.txt
20-
echo "---"
2115
python3 -m venv venv --upgrade-deps
22-
./venv/bin/pip3 install -r requirements.txt
16+
source venv/bin/activate
17+
pip3 install -r requirements.txt
2318
echo "---"
2419
echo "Installed packages:"
25-
./venv/bin/pip3 list
20+
pip3 list
2621
secrets: inherit

0 commit comments

Comments
 (0)