Skip to content

Commit 9af6ea5

Browse files
committed
further changes to github testing
1 parent 032767a commit 9af6ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
# Setup tox & code coverage
4747
pip install --upgrade pip
48-
pip install tox tox-gh-actions pytest pytest-cov scikit-learn
48+
pip install tox tox-gh-actions pytest pytest-cov 'scikit-learn<=1.5.0'
4949
5050
- name: Run Tests
5151
run: |

0 commit comments

Comments
 (0)