mirror of https://github.com/open-mmlab/mmcv.git
bump version to 1.0.5 (#459)
parent
71b59a8da0
commit
60ce48d164
|
@ -38,10 +38,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7]
|
python-version: [3.7]
|
||||||
torch: [1.5.0]
|
torch: [1.5.1]
|
||||||
include:
|
include:
|
||||||
- torch: 1.5.0
|
- torch: 1.5.1
|
||||||
torchvision: 0.6.0
|
torchvision: 0.6.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
@ -105,15 +105,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7]
|
python-version: [3.6, 3.7]
|
||||||
torch: [1.3.0, 1.5.0]
|
torch: [1.3.1, 1.5.1]
|
||||||
include:
|
include:
|
||||||
- torch: 1.3.0
|
- torch: 1.3.1
|
||||||
torchvision: 0.4.2
|
torchvision: 0.4.2
|
||||||
- torch: 1.5.0
|
- torch: 1.5.1
|
||||||
torchvision: 0.6.0
|
torchvision: 0.6.1
|
||||||
- python-version: 3.8
|
- python-version: 3.8
|
||||||
torch: 1.5.0
|
torch: 1.5.1
|
||||||
torchvision: 0.6.0
|
torchvision: 0.6.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -153,7 +153,7 @@ jobs:
|
||||||
coverage report -m
|
coverage report -m
|
||||||
# Only upload coverage report for python3.7 && pytorch1.5
|
# Only upload coverage report for python3.7 && pytorch1.5
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: ${{matrix.torch == '1.5.0' && matrix.python-version == '3.7'}}
|
if: ${{matrix.torch == '1.5.1' && matrix.python-version == '3.7'}}
|
||||||
uses: codecov/codecov-action@v1.0.10
|
uses: codecov/codecov-action@v1.0.10
|
||||||
with:
|
with:
|
||||||
file: ./coverage.xml
|
file: ./coverage.xml
|
||||||
|
@ -190,12 +190,12 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
torch: [1.5.0, 1.3.0]
|
torch: [1.5.1, 1.3.1]
|
||||||
include:
|
include:
|
||||||
- torch: 1.3.0
|
- torch: 1.3.1
|
||||||
torchvision: 0.4.2
|
torchvision: 0.4.2
|
||||||
- torch: 1.5.0
|
- torch: 1.5.1
|
||||||
torchvision: 0.6.0
|
torchvision: 0.6.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.7
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Copyright (c) Open-MMLab. All rights reserved.
|
# Copyright (c) Open-MMLab. All rights reserved.
|
||||||
__version__ = '1.0.4'
|
__version__ = '1.0.5'
|
||||||
|
|
Loading…
Reference in New Issue