Skip to content

Commit db6a61d

Browse files
committed
CI/CD: add torch installation
1 parent 8366187 commit db6a61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
shell: bash -el {0} # Important: activates the conda environment
5555
run: |
5656
python -m pip install --upgrade pip wheel poetry
57-
python -m poetry install --extras "tf"
57+
python -m poetry install --extras "tf" --extras "pytorch"
5858
python -m poetry run dlc-live-test --nodisplay

0 commit comments

Comments
 (0)