Skip to content

Commit 68f24fa

Browse files
committed
Update conda build script.
1 parent 88e9f4c commit 68f24fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/travis_deploy_conda.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
88
echo "Deferring building conda package because this is release"
99
else
1010

11-
python3 ./make_conda_recipe.py || exit 1
11+
python3 -m pip install repo_helper || exit 1
12+
python3 -m repo_helper make-recipe || exit 1
13+
# python3 ./make_conda_recipe.py || exit 1
1214

1315
# Switch to miniconda
1416
source "/home/travis/miniconda/etc/profile.d/conda.sh"

0 commit comments

Comments
 (0)