Skip to content

Commit f5a366f

Browse files
committed
add timm install to tests
1 parent e474d34 commit f5a366f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install CPU-only torch then package
2828
run: |
2929
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
30-
pip install -e ".[test]"
30+
pip install -e ".[extras,test]"
3131
3232
- name: Run pretrain test
3333
run: |

0 commit comments

Comments
 (0)