Skip to content

Commit f69e8e2

Browse files
committed
i re added the requirements.txt even though they are already there
1 parent e216f89 commit f69e8e2

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
@@ -14,7 +14,6 @@ jobs:
1414

1515
- name: Install dependencies
1616
run: |
17-
pwd
1817
pip install -r requirements.txt
1918
2019

@@ -31,14 +30,17 @@ jobs:
3130
runs-on: ubuntu-latest
3231
steps:
3332

34-
- name: Install dependencies
35-
run: pip install -r ./requirements.txt
3633

3734
- uses: actions/checkout@v4
3835
- name: Run Snyk to check for vulnerabilities
3936
uses: snyk/actions/python@master
4037
with:
4138
python-version: "3.12.5"
39+
40+
- name: Install dependencies
41+
run: |
42+
pwd
43+
pip install -r ./requirements.txt
4244
4345
4446
- name: Install Snyk CLI

0 commit comments

Comments
 (0)