We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7484ef commit b75e305Copy full SHA for b75e305
.github/workflows/snyk.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
- pip install -e '.[test]'
+ pip install -r requirements.txt
42
43
- uses: snyk/actions/setup@master
44
0 commit comments