Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cir7 committed Jun 16, 2023
1 parent 8894c0d commit 2e7e565
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,16 @@ jobs:
pip install git+https://github.com/open-mmlab/[email protected]
pip install git+https://github.com/open-mmlab/[email protected]
pip install -r requirements.txt
pip install timm
- when:
condition:
equal: [ "1.13.0", << parameters.torch >> ]
steps:
- run: pip install timm
- when:
condition:
equal: [ "1.6.0", << parameters.torch >> ]
steps:
- run: pip install timm==0.6.7
- when:
condition:
equal: [ "0.10.0", << parameters.torchvision >> ]
Expand Down

0 comments on commit 2e7e565

Please sign in to comment.