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 b9d1ffb commit 9712cbdCopy full SHA for 9712cbd
.travis.yml
@@ -50,7 +50,7 @@ install:
50
python -m pip install 'pybind11>=2.3'
51
python -m pip install --verbose dist/*.tar.gz
52
elif [ -n "$CONDA" ]; then
53
- conda build conda.recipe
+ conda build conda.recipe --python $CONDA
54
conda install --use-local python_example
55
fi
56
script:
0 commit comments