Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
d9287179
Commit
d9287179
authored
Aug 13, 2019
by
André Anjos
💬
Browse files
[conda] Unpin (again) conda=4.6 - does not really work on base environment
parent
7cf97327
Pipeline
#32468
passed with stage
in 11 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/bootstrap.py
View file @
d9287179
...
...
@@ -422,7 +422,7 @@ if __name__ == "__main__":
with
open
(
condarc
,
"wt"
)
as
f
:
f
.
write
(
_BASE_CONDARC
)
conda_version
=
"4
.6
"
conda_version
=
"4"
conda_build_version
=
"3.16"
conda_verify_version
=
"3"
...
...
conda/meta.yaml
View file @
d9287179
...
...
@@ -31,7 +31,7 @@ requirements:
-
black >=19
-
click >=7
-
click-plugins
-
conda=4
.6
-
conda=4
-
conda-build=3.16
-
conda-verify=3
-
certifi
...
...
Write
Preview
Supports
Markdown
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