Skip to content

Commit

Permalink
TST: Install h5py via pypi instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Dec 3, 2021
1 parent 509d0bf commit 071bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
conda-channels: anaconda
- run: conda --version
- run: which python
- run: conda install rdkit h5py -c conda-forge
- run: conda install rdkit -c conda-forge

- name: Install the package
run: pip install .[test,doc]
Expand Down

0 comments on commit 071bbf9

Please sign in to comment.