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
Michiel Cottaar
fslpy
Commits
ade028fb
Commit
ade028fb
authored
Nov 08, 2017
by
Paul McCarthy
🚵
Browse files
conda needs dev dependencies too
parent
e219b571
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/build_conda_dist.sh
View file @
ade028fb
...
...
@@ -12,7 +12,7 @@ name=`python ../setup.py --name`
# them conda compatible...
# strip all spaces
reqs
=
`
cat
../requirements.txt |
sed
-e
's/ //g'
`
reqs
=
`
cat
../requirements.txt
../requirements-dev.txt
|
sed
-e
's/ //g'
`
# add a space after package name -
# package names must match a-zA-Z0-9_
...
...
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