mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2025-01-12 22:18:36 +01:00
Install HDF5 dependencies
This commit is contained in:
parent
5796e8e970
commit
ecb6018cc0
6
.github/workflows/vfc_test_workflow.yml
vendored
6
.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
|
||||||
|
|
||||||
@ -42,4 +46,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{github.sha}}.vfcraw
|
name: ${{github.sha}}.vfcraw
|
||||||
path: ./*.vfcraw.h5
|
path: ./*.vfcraw.h5
|
||||||
|
Loading…
Reference in New Issue
Block a user