Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
update pip before dependency scan
  • Loading branch information
mdabrowski1990 committed May 16, 2024
1 parent 0f97102 commit 76d5977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:

- name: Install external packages used for dependency scanning
run: |
pip install -U pip
pip install .[dependency-scan]
- name: Execute dependency scanning [safety]
Expand Down

0 comments on commit 76d5977

Please sign in to comment.