EOX GitLab Instance

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

Fixing installation of specific pygdal version

parent b83e4af6
No related branches found
No related tags found
No related merge requests found
Pipeline #19167 failed
......@@ -12,9 +12,10 @@ test:
script:
- apt-get update
- apt-get install -y libgdal-dev
- python3 setup.py install
- pip3 install "pygdal==$(gdal-config --version)"
- pip3 install -r requirements-test.txt
- pip3 install -r requirements-dev.txt
- pip3 install .
- flake8
- mypy .
- pytest --cov registrar --cov-report term-missing
......
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