Skip to content

Commit 4b38b0a

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,11 @@ jobs:
3131
steps:
3232

3333

34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@master
3535
- name: Run Snyk to check for vulnerabilities
3636
uses: snyk/actions/python@master
3737
with:
3838
python-version: "3.12.5"
39-
40-
- name: Install dependencies
41-
run: |
42-
pip install -r requirements.txt
4339

4440

4541
- name: Install Snyk CLI

0 commit comments

Comments
 (0)