Skip to content

Commit 248cfff

Browse files
authored
FIX correct if statement
1 parent 9d5ca8a commit 248cfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
pip install -r test_requirements.txt
8686
8787
- name: Install nightly wheels for scikit-learn (only for ubuntu 3.12)
88-
if: ${{ matrix.python-version == '3.12' }} && ${{ matrix.os == 'ubuntu-latest' }}
88+
if: ${{ matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' }}
8989
run: |
9090
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scikit-learn --force
9191

0 commit comments

Comments
 (0)