Commit cd0c169e authored by Pierce Freeman's avatar Pierce Freeman
Browse files

Restore full build matrix

parent ea2ed886
...@@ -36,19 +36,13 @@ jobs: ...@@ -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
......
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