diff --git a/.ci/build_conda_dist.sh b/.ci/build_conda_dist.sh index 1e1fd35bc19c7b44dc94c710c0956d1f2ab447f1..1307a2292d49fcc3ac267a3fb8e84633991648b5 100644 --- a/.ci/build_conda_dist.sh +++ b/.ci/build_conda_dist.sh @@ -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_