Skip to content

Commit

Permalink
Install pipenv in snyk GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lytol committed Jan 17, 2023
1 parent 21931ee commit 0858daa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
fetch-depth: 0

- name: Install pipenv
run: |
python -m pip install --upgrade pipenv
- name: Install Pipfile.lock dependencies
run: pipenv sync

Expand Down

0 comments on commit 0858daa

Please sign in to comment.