Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
Adding hdf5 via conda since seems to be missing now
  • Loading branch information
gouwens authored Apr 29, 2024
1 parent 0603e56 commit 3361938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
- name: Install dependencies
run: |
conda install tqdm openjpeg ruamel.yaml
conda install tqdm openjpeg ruamel.yaml h5py
python -m pip install --upgrade pip
pip install -r test_requirements.txt -U --disable-pip-version-check
pip install -r requirements.txt -U --disable-pip-version-check
Expand Down

0 comments on commit 3361938

Please sign in to comment.