Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
cb5f7835
Unverified
Commit
cb5f7835
authored
Feb 17, 2023
by
Omkar Salpekar
Committed by
GitHub
Feb 17, 2023
Browse files
Remove nit comment in .circleci/regenerate.py (#7273)
parent
0774b32d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
.circleci/regenerate.py
.circleci/regenerate.py
+0
-5
No files found.
.circleci/regenerate.py
View file @
cb5f7835
...
@@ -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
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment