mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-25 13:53:56 +01:00
Install HDF5 dependencies in CI
This commit is contained in:
parent
eb75c55982
commit
c322f194c7
4
.github/workflows/vfc_test_workflow.yml
vendored
4
.github/workflows/vfc_test_workflow.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user