Skip to content

Commit c1455b3

Browse files
committed
i re added the requirements.txt even though they are already there
1 parent 048e428 commit c1455b3

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
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030

3131
- name: Install dependencies
32-
run: pip install -r requirements.txt
32+
run: pip install -r python-fastapi/requirements.txt
3333

3434
- uses: actions/checkout@v4
3535
- name: Run Snyk to check for vulnerabilities

0 commit comments

Comments
 (0)