Skip to content

Commit

Permalink
explicit env in meta.yaml. sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Chan committed Sep 17, 2018
1 parent 4314364 commit 30d82ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ script:
# Unit tests and dynamic linting
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- if [[ $TRAVIS_TAG ]]; then
export CONDA_PY=${MYCONDAPY//./};
conda build -q tools/conda.recipe;
else
python setup.py build_ext -i --define CYTHON_TRACE_NOGIL &&
Expand Down
2 changes: 1 addition & 1 deletion tools/conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python >=3
- python ={{ MYCONDAPY }}
- libint
- cython >=0.24.1
- numpy
Expand Down

0 comments on commit 30d82ab

Please sign in to comment.