Install HDF5 dependencies in CI

This commit is contained in:
Aurélien Delval 2021-05-03 16:57:51 +02:00
parent eb75c55982
commit c322f194c7

View File

@ -27,7 +27,7 @@ jobs:
run: |
pip install numpy scipy pandas bokeh jinja2 tables GitPython
apt update
apt install wget
apt install -y wget libhdf5-dev g++
wget https://raw.githubusercontent.com/verificarlo/significantdigits/main/sigdigits.py -P /usr/local/lib/python3.8/dist-packages
- name: Run tests
@ -54,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{github.sha}}.vfcraw
path: ./*.vfcraw.h5
path: ./*.vfcraw.h5