Skip to content

Commit 9420ccb

Browse files
author
fabioferreira
committed
Install torch for CI
1 parent 0885ba6 commit 9420ccb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip wheel
3131
python -m pip install -r requirements.txt
32+
python -m pip install torch
3233
python -m pip install --break-system-packages -e .
3334
3435
- name: Run estimator tests

0 commit comments

Comments
 (0)