From 9712cbd7e9a1aae8b33c65cdde4aa348aaa4be10 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 8 Apr 2020 20:59:28 -0500 Subject: [PATCH] Fix conda error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 832feca..1e5af3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ install: python -m pip install 'pybind11>=2.3' python -m pip install --verbose dist/*.tar.gz elif [ -n "$CONDA" ]; then - conda build conda.recipe + conda build conda.recipe --python $CONDA conda install --use-local python_example fi script: