Skip to content

Commit

Permalink
Update tests.yml to include pip install -r requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Apr 27, 2024
1 parent 5469b3d commit d0e8d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
python -V
python -m pip install --upgrade pip
python -m pip install setuptools
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install pytest pytest-cov pytest-html ruff
python -m pip install requests cheroot lxml wsgidav
# python -m pip install psutil stressor-ps
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip list
- name: Lint with ruff
Expand Down

0 comments on commit d0e8d81

Please # to comment.