Skip to content

Commit f6da9f4

Browse files
committed
~ dockers
1 parent 741f718 commit f6da9f4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci_dockers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
pytorch_version: 1.6
8282
- python_version: 3.8
8383
pytorch_version: 1.7
84-
- python_version: 3.9
85-
pytorch_version: 1.7
84+
# - python_version: 3.9
85+
# pytorch_version: 1.7
8686
steps:
8787
- name: Checkout
8888
uses: actions/checkout@v2
@@ -120,8 +120,8 @@ jobs:
120120
pytorch_version: 1.7
121121
- python_version: 3.8
122122
pytorch_version: 1.8
123-
- python_version: 3.9
124-
pytorch_version: 1.8
123+
# - python_version: 3.9
124+
# pytorch_version: 1.8
125125
steps:
126126
- name: Checkout
127127
uses: actions/checkout@v2

.github/workflows/events-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
python_version: [3.6, 3.7, 3.8, 3.9]
82+
python_version: [3.6, 3.7, 3.8]
8383
pytorch_version: [1.4, 1.5, 1.6, 1.7, 1.8]
8484

8585
steps:

.github/workflows/release-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python_version: [3.6, 3.7, 3.8, 3.9]
17-
pytorch_version: [1.4, 1.5, 1.6, 1.7]
16+
python_version: [3.6, 3.7, 3.8]
17+
pytorch_version: [1.4, 1.5, 1.6, 1.7, 1.8]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)