mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 14:23:47 +01:00
Install HDF5 dependencies in CI
This commit is contained in:
parent
eb75c55982
commit
c322f194c7
2
.github/workflows/vfc_test_workflow.yml
vendored
2
.github/workflows/vfc_test_workflow.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install numpy scipy pandas bokeh jinja2 tables GitPython
|
pip install numpy scipy pandas bokeh jinja2 tables GitPython
|
||||||
apt update
|
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
|
wget https://raw.githubusercontent.com/verificarlo/significantdigits/main/sigdigits.py -P /usr/local/lib/python3.8/dist-packages
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user