Skip to content

Commit b75e305

Browse files
committed
install from requirements.txt
1 parent f7484ef commit b75e305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install -e '.[test]'
41+
pip install -r requirements.txt
4242
4343
- uses: snyk/actions/setup@master
4444

0 commit comments

Comments
 (0)