File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ build_script:
36
36
- echo Using Miniconda %MINICONDA%
37
37
- " set PATH=%MINICONDA%;%MINICONDA%\\ Scripts;%MINICONDA%\\ Library\\ bin;%PATH%"
38
38
# 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
40
40
- CALL conda.bat activate base
41
41
- python --version
42
42
- mkdir build
Original file line number Diff line number Diff line change @@ -235,10 +235,10 @@ jobs:
235
235
# brew install openblas
236
236
# export OPENBLAS=$(brew --prefix openblas)
237
237
#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
239
239
;;
240
240
(*)
241
- python -m pip install numpy pytest
241
+ python -m pip install numpy pytest matplotlib
242
242
;;
243
243
esac
244
244
You can’t perform that action at this time.
0 commit comments