Skip to content

Commit

Permalink
fix ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Aug 5, 2024
1 parent 9113f38 commit 976adf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: pip install torch==1.13.1 torchvision==0.14.1

- name: Install MMDetection(3.0.0) with MMCV(2.0.0)
run: >
run: |
pip install mmengine==0.7.3
pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html
pip install mmdet==3.0.0
Expand Down

0 comments on commit 976adf3

Please sign in to comment.