Skip to content

Commit d8a37a7

Browse files
committed
add matplotlib and h5py installation in the test workflow
1 parent 13f6964 commit d8a37a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
pip install scipy
3232
pip install pydantic
3333
pip install accelerator-toolbox
34+
pip install matplotlib
35+
pip install h5py
3436
pip install pyaml
3537
pip install flake8 pytest
3638
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)