mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 14:23:47 +01:00
Install HDF5 dependencies
This commit is contained in:
parent
5796e8e970
commit
ecb6018cc0
4
.github/workflows/vfc_test_workflow.yml
vendored
4
.github/workflows/vfc_test_workflow.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Install HDF5 requirements
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y wget libhdf5-dev g++
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: vfc_ci test -g -r
|
run: vfc_ci test -g -r
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user