Skip to content

Commit ba4e0fe

Browse files
[CI] added matplotlib for tests
1 parent ed5a251 commit ba4e0fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff 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

.github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)