Skip to content

Commit

Permalink
Merge 854a09f into 0d24a3d
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Oct 26, 2020
2 parents 0d24a3d + 854a09f commit 139dd3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ build_script:
- SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH%
- conda config --set always_yes yes
- conda update conda --quiet
- conda install numpy cython nose pandas pytest numba --quiet
- conda install numpy cython nose pandas pytest --quiet
- conda install -c numba numba --quiet
- python setup.py develop
- set "GIT_DIR=%cd%"

Expand Down

0 comments on commit 139dd3e

Please sign in to comment.