Skip to content

Commit 938e82e

Browse files
committed
updating snyk again - we're CLOSE
1 parent 87b2d76 commit 938e82e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- uses: actions/checkout@master
2626
- uses: snyk/actions/setup@master
2727
- uses: actions/setup-python@master
28+
29+
- name: Install dependencies
30+
run: |
31+
pip install -r requirements.txt
32+
python -m pip install --upgrade pip
33+
2834
- name: Snyk test
2935
run: snyk test
3036
env:

0 commit comments

Comments
 (0)