Skip to content

Commit f1c083a

Browse files
committed
Update dependencies in tests.yml
1 parent ce17ec6 commit f1c083a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
python -V
4141
python -m pip install --upgrade pip
42-
python -m pip install cheroot defusedxml Jinja2 json5 PyYAML pytest pytest-cov pytest-html redis requests webtest
42+
python -m pip install cheroot defusedxml Jinja2 json5 PyYAML pytest pytest-cov pytest-html redis requests ruff webtest
4343
# python -m pip install pytest pytest-cov pytest-html requests ruff
4444
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4545

0 commit comments

Comments
 (0)