Skip to content

Commit 9712cbd

Browse files
isurufwjakob
authored andcommitted
Fix conda error
1 parent b9d1ffb commit 9712cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install:
5050
python -m pip install 'pybind11>=2.3'
5151
python -m pip install --verbose dist/*.tar.gz
5252
elif [ -n "$CONDA" ]; then
53-
conda build conda.recipe
53+
conda build conda.recipe --python $CONDA
5454
conda install --use-local python_example
5555
fi
5656
script:

0 commit comments

Comments
 (0)