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 e216f89 commit f69e8e2Copy full SHA for f69e8e2
.github/workflows/unit-sec-test.yml
@@ -14,7 +14,6 @@ jobs:
14
15
- name: Install dependencies
16
run: |
17
- pwd
18
pip install -r requirements.txt
19
20
@@ -31,14 +30,17 @@ jobs:
31
30
runs-on: ubuntu-latest
32
steps:
33
34
- - name: Install dependencies
35
- run: pip install -r ./requirements.txt
36
37
- uses: actions/checkout@v4
38
- name: Run Snyk to check for vulnerabilities
39
uses: snyk/actions/python@master
40
with:
41
python-version: "3.12.5"
+
+ - name: Install dependencies
+ run: |
42
+ pwd
43
+ pip install -r ./requirements.txt
44
45
46
- name: Install Snyk CLI
0 commit comments