Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Adjust dependency scanning
  • Loading branch information
mdabrowski1990 committed Dec 12, 2023
1 parent 903f44f commit 0e7d692
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install project dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
pip install -r requirements.txt
- name: Install external packages used for dependency scanning
run: |
pip install -r tests/requirements_for_dependency_scanning.txt
- name: Execute dependency scanning [safety]
run: |
safety check --full-report
safety check -r requirements.txt

0 comments on commit 0e7d692

Please sign in to comment.