Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Merge requests
!96
Unpin (again) conda=4.6 - does not really work on base environment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Unpin (again) conda=4.6 - does not really work on base environment
unpin-conda-4-6
into
master
Overview
3
Commits
1
Pipelines
1
Changes
2
Merged
Unpin (again) conda=4.6 - does not really work on base environment
André Anjos
requested to merge
unpin-conda-4-6
into
master
Aug 13, 2019
Overview
3
Commits
1
Pipelines
1
Changes
2
This will not work for a
base
environment. Must undo this for now.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d9287179
1 commit,
Aug 13, 2019
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
bob/devtools/bootstrap.py
+
1
−
1
View file @ d9287179
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
"
Loading