Skip to content

Commit f9f7335

Browse files
authored
set pytest to 7.1.3
1 parent 46d8b4a commit f9f7335

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==3.2.5 pytest-cov coveralls
33+
pip install flake8 pytest==7.1.3 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)