We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce17ec6 commit f1c083aCopy full SHA for f1c083a
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
python -V
41
python -m pip install --upgrade pip
42
- python -m pip install cheroot defusedxml Jinja2 json5 PyYAML pytest pytest-cov pytest-html redis requests webtest
+ python -m pip install cheroot defusedxml Jinja2 json5 PyYAML pytest pytest-cov pytest-html redis requests ruff webtest
43
# python -m pip install pytest pytest-cov pytest-html requests ruff
44
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
45
0 commit comments