Skip to content

Commit

Permalink
Combine pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed May 15, 2021
1 parent bd04c17 commit f0cec4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r doc/requirements.txt
pip install -r requirements.txt -r doc/requirements.txt
- name: Test to check for CVEs for python requirements and HTML report dependencies
run: |
pytest test/test_requirements.py

0 comments on commit f0cec4f

Please sign in to comment.