We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbd92d commit fa7619cCopy full SHA for fa7619c
.ci/travis_deploy_conda.sh
@@ -8,7 +8,8 @@ if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
8
echo "Deferring building conda package because this is release"
9
else
10
11
- python3 ./make_conda_recipe.py || exit 1
+ python3 -m pip install repo_helper || exit 1
12
+ python3 -m repo_helper make-recipe || exit 1
13
14
# Switch to miniconda
15
source "/home/travis/miniconda/etc/profile.d/conda.sh"
0 commit comments