We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e474d34 commit f5a366fCopy full SHA for f5a366f
1 file changed
.github/workflows/pipeline_tests.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install CPU-only torch then package
28
run: |
29
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
30
- pip install -e ".[test]"
+ pip install -e ".[extras,test]"
31
32
- name: Run pretrain test
33
0 commit comments