Skip to content

Commit 6a0d710

Browse files
committed
Reduce Cython version to install scikit-learn min version
1 parent 062509f commit 6a0d710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/minimum.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
python -m pip install Cython==0.29.24
2425
python -m pip install invoke .[test]
2526
- name: Test with minimum versions
2627
run: invoke minimum

0 commit comments

Comments
 (0)