We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3aaa04 commit c57124fCopy full SHA for c57124f
.github/workflows/python-test-push.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install pytest==5.4.1 flake8==4.0.1 pytest-flake8 mypy pytest-mypy pytest-cov \
+ pip install pytest>=6.5.0 flake8 pytest-flake8 mypy pytest-mypy pytest-cov \
22
pytest-pep257 types-setuptools
23
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
- name: Lint with flake8
0 commit comments