We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048e428 commit c1455b3Copy full SHA for c1455b3
1 file changed
.github/workflows/unit-sec-test.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
31
- name: Install dependencies
32
- run: pip install -r requirements.txt
+ run: pip install -r python-fastapi/requirements.txt
33
34
- uses: actions/checkout@v4
35
- name: Run Snyk to check for vulnerabilities
0 commit comments