mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-25 05:43:54 +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:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install HDF5 requirements
|
||||
run: |
|
||||
apt update
|
||||
apt install -y wget libhdf5-dev g++
|
||||
- name: Run tests
|
||||
run: vfc_ci test -g -r
|
||||
|
||||
@ -42,4 +46,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{github.sha}}.vfcraw
|
||||
path: ./*.vfcraw.h5
|
||||
path: ./*.vfcraw.h5
|
||||
|
Loading…
Reference in New Issue
Block a user