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 14a29f8 commit 876ffaaCopy full SHA for 876ffaa
.ci/travis_build_conda.sh
@@ -4,7 +4,7 @@ set -e -x
4
5
export VERSION_NO="$TRAVIS_TAG"
6
7
-./make_conda_recipe.py || exit 1
+python3 ./make_conda_recipe.py || exit 1
8
9
# Switch to miniconda
10
source "$HOME/miniconda/etc/profile.d/conda.sh"
0 commit comments