EOX GitLab Instance

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

Fixing installation of libgdal (-y switch)

parent f922e270
No related branches found
No related tags found
No related merge requests found
Pipeline #19166 failed
......@@ -11,7 +11,7 @@ test:
stage: test
script:
- apt-get update
- apt-get install libgdal-dev
- apt-get install -y 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