Skip to content

Commit bcc0b5d

Browse files
committed
~ dockers
1 parent c13681a commit bcc0b5d

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
@@ -75,8 +75,8 @@ jobs:
7575
pytorch_version: 1.6
7676
- python_version: 3.8
7777
pytorch_version: 1.7
78-
- python_version: 3.9
79-
pytorch_version: 1.7
78+
# - python_version: 3.9
79+
# pytorch_version: 1.7
8080
steps:
8181
- name: Checkout
8282
uses: actions/checkout@v2
@@ -111,8 +111,8 @@ jobs:
111111
pytorch_version: 1.7
112112
- python_version: 3.8
113113
pytorch_version: 1.8
114-
- python_version: 3.9
115-
pytorch_version: 1.8
114+
# - python_version: 3.9
115+
# pytorch_version: 1.8
116116
steps:
117117
- name: Checkout
118118
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)