Install HDF5 dependencies

This commit is contained in:
Pablo Oliveira 2021-09-02 11:06:22 +02:00
parent 5796e8e970
commit ecb6018cc0

View File

@ -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