Skip to content

Commit d906ad5

Browse files
committed
add xcebra to tests
1 parent 458958f commit d906ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
run: |
5353
python -m pip install --upgrade pip setuptools wheel
5454
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
55-
pip install '.[dev,datasets,integrations]'
55+
pip install '.[dev,datasets,integrations,xcebra]'
5656
5757
- name: Check sklearn legacy version
5858
if: matrix.sklearn-version == 'legacy'
5959
run: |
60-
pip install scikit-learn==1.4.2 '.[dev,datasets,integrations]'
60+
pip install scikit-learn==1.4.2 '.[dev,datasets,integrations,xcebra]'
6161
6262
- name: Run the formatter
6363
run: |

0 commit comments

Comments
 (0)