mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
install hdf5
This commit is contained in:
parent
0508e3b620
commit
729da40dfd
2 changed files with 6 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -14,6 +14,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install system libraries
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y libhdf5-dev hdf5-tools
|
||||||
|
|
||||||
- name: Set up python
|
- name: Set up python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -85,6 +85,6 @@ testpaths = [
|
||||||
]
|
]
|
||||||
doctest_optionflags = "NORMALIZE_WHITESPACE"
|
doctest_optionflags = "NORMALIZE_WHITESPACE"
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
"ignore:Deprecated NumPy 1.24:DeprecationWarning",
|
"ignore::DeprecationWarning",
|
||||||
"ignore:parse_obj:pydantic.PydanticDeprecatedSince20"
|
"ignore:parse_obj:pydantic.PydanticDeprecatedSince20"
|
||||||
]
|
]
|
Loading…
Reference in a new issue