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 276958a commit b63c39cCopy full SHA for b63c39c
.github/workflows/ci-scikit-learn.yml
@@ -50,7 +50,7 @@ jobs:
50
sudo apt-get update
51
sudo apt-get -y -q install ffmpeg libavcodec-extra
52
python -m pip install --upgrade pip setuptools wheel
53
- pip install -q -r <(sed '/^mxnet/d' requirements_test.txt)
+ pip install -q -r <(sed '/^scikit-learn/d' requirements_test.txt)
54
pip install scikit-learn==${{ matrix.scikit-learn }}
55
pip list
56
- name: Run Tests
0 commit comments