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-widgets
Commits
dd58b7df
Commit
dd58b7df
authored
May 11, 2018
by
Paul McCarthy
🚵
Browse files
CI: Fix conda channels issue
parent
580e59de
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/build_conda_dist.sh
View file @
dd58b7df
...
...
@@ -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