EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit f922e270 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Installing libgdal for testing

parent 06cc201e
No related branches found
No related tags found
No related merge requests found
Pipeline #19165 failed
......@@ -10,6 +10,8 @@ test:
image: python:3.8-slim
stage: test
script:
- apt-get update
- apt-get install libgdal-dev
- python3 setup.py install
- pip3 install -r requirements-test.txt
- pip3 install -r requirements-dev.txt
......
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