We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5ca8a commit 248cfffCopy full SHA for 248cfff
.github/workflows/main.yml
@@ -85,7 +85,7 @@ jobs:
85
pip install -r test_requirements.txt
86
87
- name: Install nightly wheels for scikit-learn (only for ubuntu 3.12)
88
- if: ${{ matrix.python-version == '3.12' }} && ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' }}
89
run: |
90
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scikit-learn --force
91
0 commit comments