Skip to content

Commit

Permalink
add hdf h5py package to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Jan 6, 2024
1 parent e90cc81 commit 81c73f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --user pytest-cov numpy matplotlib scipy argparse
pip install --user pytest-cov numpy matplotlib scipy argparse h5py
## - name: flake
## run: |
## # stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 81c73f1

Please sign in to comment.