Skip to content

Commit

Permalink
Update tests.yml to include cheroot and wsgidav in pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Apr 27, 2024
1 parent d0e8d81 commit 52bb6ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
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 pytest pytest-cov pytest-html ruff cheroot wsgidav
# python -m pip install psutil stressor-ps
pip list
Expand Down
7 changes: 7 additions & 0 deletions requiements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# used by GH action
fabulist
lxml
python-dateutil
PyYAML
requests
snazzy

0 comments on commit 52bb6ea

Please sign in to comment.