We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce75221 commit 97e8588Copy full SHA for 97e8588
1 file changed
.github/workflows/test.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Install dependencies for scikit-learn ${{ matrix.sklearn-version }}
113
run: |
114
python -m pip install --upgrade pip
115
- python -m .[all_extras,test] scikit-learn==${{ matrix.sklearn-version }}
+ python -m pip install .[all_extras,test] scikit-learn==${{ matrix.sklearn-version }}
116
117
- name: Show dependencies
118
run: python -m pip list
0 commit comments