Skip to content

Commit 876ffaa

Browse files
committed
Forced use of python3 in travis_build_conda.sh
1 parent 14a29f8 commit 876ffaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e -x
44

55
export VERSION_NO="$TRAVIS_TAG"
66

7-
./make_conda_recipe.py || exit 1
7+
python3 ./make_conda_recipe.py || exit 1
88

99
# Switch to miniconda
1010
source "$HOME/miniconda/etc/profile.d/conda.sh"

0 commit comments

Comments
 (0)