Skip to content

Commit 4e6d6e4

Browse files
committed
i re added the requirements.txt even though they are already there
1 parent fef50a0 commit 4e6d6e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/unit-sec-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ jobs:
2727
actions: read
2828
runs-on: ubuntu-latest
2929
steps:
30+
31+
- name: Install dependencies
32+
run: pip install -r requirements.txt
33+
3034
- uses: actions/checkout@master
3135
- name: Run Snyk to check for vulnerabilities
3236
uses: snyk/actions/python@master
3337
with:
3438
python-version: "3.12.5"
35-
36-
- name: Install dependencies
37-
run: pip install -r requirements.txt
39+
3840

3941
- name: Install Snyk CLI
4042
run: npm install -g snyk

0 commit comments

Comments
 (0)