mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54: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:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install system libraries
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libhdf5-dev hdf5-tools
|
||||
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
|
@ -85,6 +85,6 @@ testpaths = [
|
|||
]
|
||||
doctest_optionflags = "NORMALIZE_WHITESPACE"
|
||||
filterwarnings = [
|
||||
"ignore:Deprecated NumPy 1.24:DeprecationWarning",
|
||||
"ignore::DeprecationWarning",
|
||||
"ignore:parse_obj:pydantic.PydanticDeprecatedSince20"
|
||||
]
|
Loading…
Reference in a new issue