Skip to content

Commit

Permalink
Merge pull request os-climate#42 from os-climate/workflow-updates
Browse files Browse the repository at this point in the history
Feat: Security worflow; recursively resolve dependencies
  • Loading branch information
ModeSevenIndustrialSolutions authored Oct 23, 2023
2 parents 6ce089d + 9932d74 commit 254ed62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: "Install dependencies"
run: |
pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install .
find ./* -name requirements.txt -exec pip install --upgrade -r {} \;
- name: "Run: pip-audit"
uses: pypa/[email protected]
Expand Down

0 comments on commit 254ed62

Please sign in to comment.