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 88e9f4c commit 68f24faCopy full SHA for 68f24fa
.ci/travis_deploy_conda.sh
@@ -8,7 +8,9 @@ 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
+# python3 ./make_conda_recipe.py || exit 1
14
15
# Switch to miniconda
16
source "/home/travis/miniconda/etc/profile.d/conda.sh"
0 commit comments