Skip to content

Commit 97e8588

Browse files
committed
Update test.yml
1 parent ce75221 commit 97e8588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Install dependencies for scikit-learn ${{ matrix.sklearn-version }}
113113
run: |
114114
python -m pip install --upgrade pip
115-
python -m .[all_extras,test] scikit-learn==${{ matrix.sklearn-version }}
115+
python -m pip install .[all_extras,test] scikit-learn==${{ matrix.sklearn-version }}
116116
117117
- name: Show dependencies
118118
run: python -m pip list

0 commit comments

Comments
 (0)