Skip to content
Snippets Groups Projects
Commit f13f36bd authored by Paolo Veglio's avatar Paolo Veglio
Browse files

debugging hdf4 error in CI

parent 1ebc5d74
No related branches found
No related tags found
No related merge requests found
Pipeline #51255 failed
......@@ -6,14 +6,14 @@ default:
tags:
- ssec_shared
before_script:
- python --version # For debugging
- python --version # For debugging
- pip install hatch pytest
test:
tags:
- ssec_shared
script:
- ls /opt/hdf*
- python --version
- pip install -e .
- python setup.py build_ext --inplace
......@@ -21,3 +21,4 @@ test:
- pytest tests/test_read_data.py::test_sst
- pytest tests/test_read_data.py::test_ndvi
- pytest tests/test_read_data.py::test_geos
- pytest tests/test_spectral_tests.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment