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 8113cdc commit a17282eCopy full SHA for a17282e
1 file changed
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
test:
7
- name: (${{ matrix.os }}, Py${{ matrix.python-version }}, sk${{ matrix.scikit-learn }})
+ name: (${{ matrix.os }}, Py${{ matrix.python-version }}, sk${{ matrix.scikit-learn }}, sk-only:${{ matrix.sklearn-only }})
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
0 commit comments