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
FSL
fsleyes
fsleyes-props
Commits
0d7f483c
Commit
0d7f483c
authored
May 03, 2018
by
Paul McCarthy
🚵
Browse files
MAINT: CONDA_CHANNELS is an undocumented variable used by conda
parent
e75af4f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/build_conda_dist.sh
View file @
0d7f483c
...
...
@@ -6,7 +6,7 @@ name=$1
version
=
$2
# add any extra channels that are needed
for
channel
in
$CONDA_CHANNELS
;
do
for
channel
in
$
FSL_
CONDA_CHANNELS
;
do
conda config
--append
channels
$channel
done
...
...
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