From ef90368c3fc67984cb47ca8286bbf3a86d2eb1e9 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 3 Nov 2021 00:07:45 -0700 Subject: [PATCH] py37 cpu wheel --- .circleci/config.yml | 20 -------------------- .circleci/regenerate.py | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a17410b9a6f..00ab749b7cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1185,11 +1185,6 @@ workflows: python_version: '3.6' - binary_win_wheel: cu_version: cpu - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_wheel_py3.7_cpu python_version: '3.7' - binary_win_wheel: @@ -1203,11 +1198,6 @@ workflows: python_version: '3.7' - binary_win_wheel: cu_version: cu113 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_wheel_py3.7_cu113 python_version: '3.7' - binary_win_wheel: @@ -1403,11 +1393,6 @@ workflows: python_version: '3.6' - binary_win_conda: cu_version: cpu - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_conda_py3.7_cpu python_version: '3.7' - binary_win_conda: @@ -1421,11 +1406,6 @@ workflows: python_version: '3.7' - binary_win_conda: cu_version: cu113 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_conda_py3.7_cu113 python_version: '3.7' - binary_win_conda: diff --git a/.circleci/regenerate.py b/.circleci/regenerate.py index ac903fd0f71..dc4beb7a001 100755 --- a/.circleci/regenerate.py +++ b/.circleci/regenerate.py @@ -49,7 +49,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6, and os_type == "win" and filter_branch is None and ( - python_version != python_versions[-1] + ( python_version != python_versions[-1] and python_version != "3.7" ) or (cu_version not in [cu_versions[0], cu_versions[-1]]) ) ):