skip some docker builds (temporally pass) (#3913)

* skip some docker builds

* todos

* skip
This commit is contained in:
Jirka Borovec 2020-10-06 23:29:43 +02:00 committed by GitHub
parent fe5b943965
commit 7f4a9b75f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: [3.7] python_version: [3.7]
xla_version: [1.6, "nightly"] xla_version: [1.6] # todo: , "nightly"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -56,7 +56,7 @@ jobs:
matrix: matrix:
include: include:
- python_version: 3.7 - python_version: 3.7
pytorch_version: 1.7 pytorch_version: 1.8
pytorch_channel: pytorch-nightly pytorch_channel: pytorch-nightly
- python_version: 3.8 - python_version: 3.8
pytorch_version: 1.6 pytorch_version: 1.6

View File

@ -42,7 +42,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: [3.6, 3.7] python_version: [3.6, 3.7]
xla_version: [1.6, "nightly"] xla_version: [1.6] # todo: , "nightly"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -65,7 +65,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: [3.6, 3.7, 3.8] python_version: [3.6, 3.7, 3.8]
pytorch_version: [1.3, 1.4, 1.5, 1.6, 1.7] pytorch_version: [1.3, 1.4, 1.5, 1.6] # todo: , 1.7
pytorch_channel: ["pytorch", "pytorch-nightly"] pytorch_channel: ["pytorch", "pytorch-nightly"]
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations
exclude: exclude: