Restore full build matrix

This commit is contained in:
Pierce Freeman 2023-06-02 18:28:00 -07:00
parent ea2ed88623
commit cd0c169eee

View File

@ -36,19 +36,13 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: @pierce - again, simplify for prototyping
os: [ubuntu-20.04]
#os: [ubuntu-20.04, ubuntu-22.04]
# python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.10']
#torch-version: [1.11.0, 1.12.0, 1.12.1]
torch-version: [1.12.1]
#cuda-version: ['113', '116']
#cuda-version: ['113']
cuda-version: ['116']
#exclude:
# - torch-version: 1.11.0
# cuda-version: '116'
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ['3.7', '3.8', '3.9', '3.10']
torch-version: [1.11.0, 1.12.0, 1.12.1]
cuda-version: ['113', '116']
exclude:
- torch-version: 1.11.0
cuda-version: '116'
steps:
- name: Checkout