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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
2406a2ee
Commit
2406a2ee
authored
4 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Don't update conda first in bootstrap
parent
f3dd9e6b
No related branches found
No related tags found
1 merge request
!170
Don't update conda first in bootstrap and Allow changing the server in badges
Pipeline
#44206
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/bootstrap.py
+1
-4
1 addition, 4 deletions
bob/devtools/bootstrap.py
with
1 addition
and
4 deletions
bob/devtools/bootstrap.py
+
1
−
4
View file @
2406a2ee
...
@@ -203,7 +203,7 @@ def ensure_miniconda_sh():
...
@@ -203,7 +203,7 @@ def ensure_miniconda_sh():
installer.
installer.
"""
"""
# WARNING: if you update this version, remember to update hahes below
# WARNING: if you update this version, remember to update ha
s
hes below
# AND our "mirror" in the internal webserver
# AND our "mirror" in the internal webserver
path
=
"
/miniconda/Miniconda3-py37_4.8.2-%s-x86_64.sh
"
path
=
"
/miniconda/Miniconda3-py37_4.8.2-%s-x86_64.sh
"
if
platform
.
system
()
==
"
Darwin
"
:
if
platform
.
system
()
==
"
Darwin
"
:
...
@@ -514,9 +514,6 @@ if __name__ == "__main__":
...
@@ -514,9 +514,6 @@ if __name__ == "__main__":
elif
args
.
command
==
"
channel
"
:
elif
args
.
command
==
"
channel
"
:
# update conda first
run_cmdline
([
conda_bin
,
"
update
"
,
"
--yes
"
,
"
conda
"
])
# installs from channel
# installs from channel
channels
=
get_channels
(
channels
=
get_channels
(
public
=
True
,
public
=
True
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment