Skip to content

Commit 78efb3f

Browse files
committed
[CI] Cancel MacOs+pyt3.6 release for github CI not support it yet.
1 parent d348d5e commit 78efb3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
# excludes cuda on macOS
5353
- os: 'macos-latest'
5454
tf-need-cuda: '1'
55+
- os: 'macos-latest'
56+
py-version: '3.6'
5557
# excludes TF1.15.2 on py38
5658
- py-version: '3.8'
5759
tf-version: '1.15.2'
@@ -131,6 +133,8 @@ jobs:
131133
# excludes cuda on macOS
132134
- os: 'macOS'
133135
tf-need-cuda: '1'
136+
- os: 'macOS'
137+
py-version: '3.6'
134138
fail-fast: false
135139
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
136140
steps:

0 commit comments

Comments
 (0)