EOX GitLab Instance

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

Fixing pygdal installation (again, again)

parent 47225cfd
No related branches found
No related tags found
No related merge requests found
Pipeline #19169 failed
......@@ -11,7 +11,7 @@ test:
stage: test
script:
- apt-get update
- apt-get install -y libgdal-dev
- apt-get install -y libgdal-dev g++
- pip3 install "pygdal==$(gdal-config --version).*"
- 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