Skip to content

Commit

Permalink
Merge pull request #974 from swryan/bug
Browse files Browse the repository at this point in the history
Get rid of warnings on Appveyor
  • Loading branch information
swryan committed Jun 21, 2019
2 parents a8c91ef + 078f202 commit cc974dc
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 @@ -111,7 +111,7 @@ install:
pip install .[all];
conda list;

- cmd: if %PYTHON% GTR 3 (set CONDA="C:\\Miniconda3%PYTHON:~2%-x64") else (set CONDA="C:\\Miniconda-x64")
- cmd: if %PYTHON% GTR 3 (set CONDA=C:\Miniconda3%PYTHON:~2%-x64) else (set CONDA=C:\Miniconda-x64)
- cmd: set PATH=%CONDA%;%CONDA%\Scripts;%PATH%
- cmd: conda config --set always_yes yes
- cmd: conda install numpy=%NUMPY% scipy=%SCIPY% pip --quiet
Expand Down

0 comments on commit cc974dc

Please sign in to comment.