Skip to content

Commit

Permalink
update depencies
Browse files Browse the repository at this point in the history
remove dependency.txt file, do pip install for depency scan from pyproject.toml
  • Loading branch information
mdabrowski1990 committed May 16, 2024
1 parent 3022b1c commit 0f97102
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Install external packages used for dependency scanning
run: |
pip install -r tests/requirements_for_dependency_scanning.txt
pip install .[dependency-scan]
- name: Execute dependency scanning [safety]
run: |
Expand Down
1 change: 0 additions & 1 deletion tests/requirements_for_dependency_scanning.txt

This file was deleted.

0 comments on commit 0f97102

Please sign in to comment.