Skip to content

Commit

Permalink
ci: update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XDRAGON2002 committed Jan 24, 2022
1 parent e129382 commit 0cd9608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt -r doc/requirements.txt
pip install . -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 0cd9608

Please sign in to comment.