Skip to content

Commit 30d82ab

Browse files
author
Matthew Chan
committed
explicit env in meta.yaml. sigh.
1 parent 4314364 commit 30d82ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ script:
137137
# Unit tests and dynamic linting
138138
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139139
- if [[ $TRAVIS_TAG ]]; then
140-
export CONDA_PY=${MYCONDAPY//./};
141140
conda build -q tools/conda.recipe;
142141
else
143142
python setup.py build_ext -i --define CYTHON_TRACE_NOGIL &&

tools/conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requirements:
1313
- {{ compiler('c') }}
1414
- {{ compiler('cxx') }}
1515
host:
16-
- python >=3
16+
- python ={{ MYCONDAPY }}
1717
- libint
1818
- cython >=0.24.1
1919
- numpy

0 commit comments

Comments
 (0)