Skip to content

Commit

Permalink
torch 1.8 and python 3.6, 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: lizz <[email protected]>
  • Loading branch information
innerlee committed Apr 10, 2021
1 parent ee1dbf1 commit 76b196a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ jobs:
strategy:
matrix:
python-version: [3.7]
torch: [1.5.0, 1.6.0, 1.7.0]
torch: [1.5.0, 1.6.0, 1.7.0, 1.8.0]
include:
- torch: 1.5.0
torchvision: 0.6.0
- torch: 1.6.0
torchvision: 0.7.0
- torch: 1.7.0
torchvision: 0.8.1
- torch: 1.8.0
torchvision: 0.9.0
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -91,6 +93,12 @@ jobs:
- torch: 1.8.0+cu101
torchvision: 0.9.0+cu101
mmcv: 1.8.0+cu101
- torch: 1.8.0+cu101
torchvision: 0.9.0+cu101
python-version: 3.6
- torch: 1.8.0+cu101
torchvision: 0.9.0+cu101
python-version: 3.8
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 76b196a

Please sign in to comment.