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 8366187 commit db6a61dCopy full SHA for db6a61d
.github/workflows/testing.yml
@@ -54,5 +54,5 @@ jobs:
54
shell: bash -el {0} # Important: activates the conda environment
55
run: |
56
python -m pip install --upgrade pip wheel poetry
57
- python -m poetry install --extras "tf"
+ python -m poetry install --extras "tf" --extras "pytorch"
58
python -m poetry run dlc-live-test --nodisplay
0 commit comments