Skip to content

Commit 54fc67e

Browse files
authored
Merge pull request #277 from bashtage/fix-appveyor
TST: Fix failure on appveyor
2 parents 777d9ba + 273be95 commit 54fc67e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ build_script:
2626
- cmd: conda config --set always_yes yes
2727
- cmd: conda update conda --quiet
2828
- cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat pip pyyaml setuptools pyqt pyparsing --quiet
29-
# Temporary workaround for conda packing issues
30-
- cmd: conda install "testpath<0.4"
3129
- cmd: python -m pip install --upgrade pip
3230
- cmd: pip install pytest-xdist cached_property
3331
- cmd: python setup.py develop

0 commit comments

Comments
 (0)