Skip to content

Commit

Permalink
install matplotlib when running CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 4, 2023
1 parent 97d3359 commit 8f21b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov coveralls flake8
python -m pip install mpi4py
python -m pip install -r requirements.txt
python -m pip install mpi4py matplotlib
- name: Install Brian 2
run: |
python -m pip install brian2
Expand Down
1 change: 1 addition & 0 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e # stop execution in case of errors
pip install -r requirements.txt
pip install coveralls
pip install pytest pytest-cov
pip install matplotlib
source ci/install_brian.sh
source ci/install_nest.sh
source ci/install_neuron.sh
Expand Down

0 comments on commit 8f21b66

Please sign in to comment.