Skip to content

Commit

Permalink
adds install dependencies step to code-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmiller committed Nov 22, 2023
1 parent e07c132 commit 271afb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install dependencies
run: pip install -r requirements.txt

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
Expand Down

0 comments on commit 271afb8

Please sign in to comment.