Skip to content

Commit

Permalink
py37 cpu wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Nov 3, 2021
1 parent 082f37e commit ef90368
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]])
)
):
Expand Down

0 comments on commit ef90368

Please sign in to comment.