Skip to content

Commit e8c0282

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
pip install --upgrade pip
43-
pip install -r ./requirements.txt
43+
pip install -r requirements.txt
4444
4545
4646
- name: Install Snyk CLI

0 commit comments

Comments
 (0)