Skip to content

Commit

Permalink
[Fix] Install clip in windows CI (#1424)
Browse files Browse the repository at this point in the history
install clip in windows CI
  • Loading branch information
LeoXing1996 committed Nov 10, 2022
1 parent 454b914 commit 4f8df7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ jobs:
mim install 'mmcv >= 2.0.0rc1'
mim install 'mmdet >= 3.0.0rc2'
python -m pip install -r requirements/tests.txt
python -m pip install git+https://github.com/openai/CLIP.git
- name: Build and install
run: |
python -m pip install -e .
Expand Down

0 comments on commit 4f8df7a

Please sign in to comment.