Unverified Commit cb5f7835 authored by Omkar Salpekar's avatar Omkar Salpekar Committed by GitHub
Browse files

Remove nit comment in .circleci/regenerate.py (#7273)

parent 0774b32d
...@@ -76,11 +76,6 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6, ...@@ -76,11 +76,6 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
if os_type != "win" and btype == "conda": if os_type != "win" and btype == "conda":
continue continue
# Not supporting Python 3.11 conda packages at the
# moment since the necessary dependencies are not
# available. Windows 3.11 Wheels will be built from
# CircleCI here, however.
w += workflow_pair( w += workflow_pair(
btype, os_type, python_version, cu_version, unicode, prefix, upload, filter_branch=fb btype, os_type, python_version, cu_version, unicode, prefix, upload, filter_branch=fb
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment