Skip to content

Commit aba74d2

Browse files
authored
downgrade pytest to 6.2.5
1 parent f9f7335 commit aba74d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install setuptools wheel
33-
pip install flake8 pytest==7.1.3 pytest-cov coveralls
33+
pip install flake8 pytest==6.2.5 pytest-cov coveralls
3434
pip install --upgrade pluggy
3535
- name: Install package requirements
3636
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)