Unverified Commit 5a45fac9 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Do not build pre-built pakcages for torch1.6 and 1.7 on macOS platform (#2678)

* build macos

* fix python version

* fix python version

* Do not build pre-built pakcages for torch1.6 and 1.7 in macOS platform
parent 6a5cd177
...@@ -9,16 +9,12 @@ concurrency: ...@@ -9,16 +9,12 @@ concurrency:
jobs: jobs:
build_macos10_wheel: build_macos10_wheel:
runs-on: macos-10.15 runs-on: macos-10.15
if: contains(github.event.head_commit.message, 'Bump version to') # if: contains(github.event.head_commit.message, 'Bump version to')
strategy: strategy:
matrix: matrix:
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0, 2.0.0] torch: [1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0, 2.0.0]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
include: include:
- torch: 1.6.0
torchvision: 0.7.0
- torch: 1.7.0
torchvision: 0.8.1
- torch: 1.8.0 - torch: 1.8.0
torchvision: 0.9.0 torchvision: 0.9.0
- torch: 1.9.0 - torch: 1.9.0
...@@ -34,20 +30,26 @@ jobs: ...@@ -34,20 +30,26 @@ jobs:
- torch: 2.0.0 - torch: 2.0.0
torchvision: 0.15.1 torchvision: 0.15.1
exclude: exclude:
- torch: 1.6.0
python-version: 3.9
- torch: 1.6.0
python-version: '3.10'
- torch: 1.7.0
python-version: 3.9
- torch: 1.7.0
python-version: '3.10'
- torch: 1.8.0 - torch: 1.8.0
python-version: '3.10' python-version: '3.10'
- torch: 1.9.0 - torch: 1.9.0
python-version: '3.10' python-version: '3.10'
- torch: 1.10.0 - torch: 1.10.0
python-version: '3.10' python-version: '3.10'
- torch: 1.8.0
python-version: '3.11'
- torch: 1.9.0
python-version: '3.11'
- torch: 1.10.0
python-version: '3.11'
- torch: 1.10.0
python-version: '3.11'
- torch: 1.11.0
python-version: '3.11'
- torch: 1.12.0
python-version: '3.11'
- torch: 1.13.0
python-version: '3.11'
- torch: 2.0.0 - torch: 2.0.0
python-version: 3.7 python-version: 3.7
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment