Skip to content

Commit c57124f

Browse files
author
renierts
committed
Bugfix: At least Python 3.9 is required to support the latest scikit-learn versions.
1 parent f3aaa04 commit c57124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install pytest==5.4.1 flake8==4.0.1 pytest-flake8 mypy pytest-mypy pytest-cov \
21+
pip install pytest>=6.5.0 flake8 pytest-flake8 mypy pytest-mypy pytest-cov \
2222
pytest-pep257 types-setuptools
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
- name: Lint with flake8

0 commit comments

Comments
 (0)