EOX GitLab Instance

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

Fixing pygdal installation (hopefully for the last time)

parent 01246941
No related branches found
No related tags found
No related merge requests found
Pipeline #19168 failed
......@@ -12,7 +12,7 @@ test:
script:
- apt-get update
- apt-get install -y libgdal-dev
- pip3 install "pygdal==$(gdal-config --version)"
- pip3 install "pygdal==$(gdal-config --version).*"
- pip3 install -r requirements-test.txt
- pip3 install -r requirements-dev.txt
- pip3 install .
......
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