File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ build_script:
3636 - echo Using Miniconda %MINICONDA%
3737 - " set PATH=%MINICONDA%;%MINICONDA%\\ Scripts;%MINICONDA%\\ Library\\ bin;%PATH%"
3838 # install parallelproj and Python stuff
39- - conda install -c conda-forge -yq libparallelproj swig numpy pytest
39+ - conda install -c conda-forge -yq libparallelproj swig numpy pytest matplotlib
4040 - CALL conda.bat activate base
4141 - python --version
4242 - mkdir build
Original file line number Diff line number Diff line change @@ -235,10 +235,10 @@ jobs:
235235 # brew install openblas
236236 # export OPENBLAS=$(brew --prefix openblas)
237237 #python -m pip install --no-cache-dir --no-binary numpy numpy # avoid the cached .whl!
238- python -m pip install numpy pytest
238+ python -m pip install numpy pytest matplotlib
239239 ;;
240240 (*)
241- python -m pip install numpy pytest
241+ python -m pip install numpy pytest matplotlib
242242 ;;
243243 esac
244244
You can’t perform that action at this time.
0 commit comments