Skip to content

Commit

Permalink
Adding numpy to conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Sep 3, 2019
1 parent 3a6cbcc commit 734c8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init:

install:
- "set PATH=C:\\Miniconda3;C:\\Miniconda3\\Scripts;%PATH%"
- "conda create --name test-env python=%PYTHON% pytest pip --yes --quiet"
- "conda create --name test-env python=%PYTHON% numpy --yes --quiet"
- activate test-env
- python setup.py install
- conda list

0 comments on commit 734c8ac

Please sign in to comment.