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 458958f commit d906ad5Copy full SHA for d906ad5
.github/workflows/build.yml
@@ -52,12 +52,12 @@ jobs:
52
run: |
53
python -m pip install --upgrade pip setuptools wheel
54
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
55
- pip install '.[dev,datasets,integrations]'
+ pip install '.[dev,datasets,integrations,xcebra]'
56
57
- name: Check sklearn legacy version
58
if: matrix.sklearn-version == 'legacy'
59
60
- pip install scikit-learn==1.4.2 '.[dev,datasets,integrations]'
+ pip install scikit-learn==1.4.2 '.[dev,datasets,integrations,xcebra]'
61
62
- name: Run the formatter
63
0 commit comments