Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Dec 21, 2023
1 parent 1e3d06d commit b856b42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
torch: [1.8.0, 1.9.0]
torch: [1.9.0]
include:
- torch: 1.8.0
torchvision: 0.9.0
- torch: 1.9.0
torchvision: 0.10.0
steps:
Expand Down
16 changes: 8 additions & 8 deletions requirements/codebases.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mmagic>=1.0.0
mmdet>=3.0.0
mmdet3d>=1.1.0rc2
mmocr>=1.0.0
mmpose>=1.0.0
mmpretrain>=1.0.0rc7
mmrotate>=1.0.0rc0
mmsegmentation>=1.0.0
mmagic==1.0.0
mmdet==3.0.0
mmdet3d==1.1.0rc2
mmocr==1.0.0
mmpose==1.0.0
mmpretrain==1.0.0rc7
mmrotate==1.0.0rc0
mmsegmentation==1.0.0

0 comments on commit b856b42

Please sign in to comment.