mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Install HDF5 for trexio
This commit is contained in:
parent
d17b0f88d1
commit
db59021544
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install emacs autoconf
|
||||
run: sudo apt-get install emacs autoconf libhdf5-dev
|
||||
- name: install trexio
|
||||
run: |
|
||||
wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user