Skip to content

Commit

Permalink
TST: Use numba channel
Browse files Browse the repository at this point in the history
Use numba channel on Appveyor
  • Loading branch information
bashtage committed Sep 28, 2020
1 parent 02296df commit 38e58ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
@@ -1,7 +1,7 @@
skip_tags: true
clone_depth: 50

os: Visual Studio 2015
os: Visual Studio 2017

environment:
matrix:
Expand All @@ -23,7 +23,8 @@ build_script:
- cmd: SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH%
- cmd: conda config --set always_yes yes
- cmd: conda update conda --quiet
- cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat pip pyyaml setuptools pyqt pyparsing --quiet
- cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib nbconvert nbformat pip pyyaml setuptools pyqt pyparsing --quiet
- cmd: conda install -c numba numba llvmlite
- cmd: python -m pip install --upgrade pip
- cmd: pip install pytest-xdist!=1.30 property_cached
- cmd: pip install -e .
Expand Down

0 comments on commit 38e58ef

Please sign in to comment.