Skip to content

Commit

Permalink
install matplotlib in workflow file for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina Bukas committed Feb 8, 2024
1 parent 2078af0 commit 8661eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
pip install pytest-xvfb
pip install coverage
pip install -e ".[testing]"
pip install matplotlib
working-directory: src/client

- name: Install server dependencies (for communication tests)
Expand Down

0 comments on commit 8661eeb

Please sign in to comment.