Skip to content

Commit

Permalink
fix failing Appveyor Python 3.7 builds (CPJKU#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Böck committed Jul 23, 2019
1 parent 685c2ac commit f775036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda config --add channels pypi
# activate the environment, fixes #439
- activate
- conda info -a
- "conda create -q -n test-environment python=%PYTHON_VERSION% pip cython numpy scipy"
- activate test-environment
Expand Down

0 comments on commit f775036

Please sign in to comment.