Skip to content

Commit

Permalink
matplotlib required by GENN, to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 23, 2023
1 parent 2e0d1ef commit 69c1cac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install numpy cython
pip install numpy cython
pip install matplotlib # required by GENN atm, to be fixed
pip install -e .
- name: Test with pytest
Expand Down

0 comments on commit 69c1cac

Please sign in to comment.