Restore full build matrix
This commit is contained in:
parent
ea2ed88623
commit
cd0c169eee
20
.github/workflows/publish.yml
vendored
20
.github/workflows/publish.yml
vendored
@ -36,19 +36,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: @pierce - again, simplify for prototyping
|
os: [ubuntu-20.04, ubuntu-22.04]
|
||||||
os: [ubuntu-20.04]
|
python-version: ['3.7', '3.8', '3.9', '3.10']
|
||||||
#os: [ubuntu-20.04, ubuntu-22.04]
|
torch-version: [1.11.0, 1.12.0, 1.12.1]
|
||||||
# python-version: ['3.7', '3.8', '3.9', '3.10']
|
cuda-version: ['113', '116']
|
||||||
python-version: ['3.10']
|
exclude:
|
||||||
#torch-version: [1.11.0, 1.12.0, 1.12.1]
|
- torch-version: 1.11.0
|
||||||
torch-version: [1.12.1]
|
cuda-version: '116'
|
||||||
#cuda-version: ['113', '116']
|
|
||||||
#cuda-version: ['113']
|
|
||||||
cuda-version: ['116']
|
|
||||||
#exclude:
|
|
||||||
# - torch-version: 1.11.0
|
|
||||||
# cuda-version: '116'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user