Skip to content

Commit 9ea0c9c

Browse files
committed
Fix dependencies
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
1 parent 683c90c commit 9ea0c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-scikit-learn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sudo apt-get update
5151
sudo apt-get -y -q install ffmpeg libavcodec-extra
5252
python -m pip install --upgrade pip setuptools wheel
53-
pip install -q -r <(sed '/^mxnet/d' requirements_test.txt)
53+
pip install -q -r <(sed '/^scikit-learn/d' requirements_test.txt
5454
pip install scikit-learn==${{ matrix.scikit-learn }}
5555
pip list
5656
- name: Run Tests

0 commit comments

Comments
 (0)