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 46d8b4a commit f9f7335Copy full SHA for f9f7335
.github/workflows/python_package.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install setuptools wheel
33
- pip install flake8 pytest==3.2.5 pytest-cov coveralls
+ pip install flake8 pytest==7.1.3 pytest-cov coveralls
34
pip install --upgrade pluggy
35
- name: Install package requirements
36
run: pip install -r requirements.txt
0 commit comments