diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01601387b62dc07092f45fb37ae57ff28113ac02..0f66aba35b883f337687dabb91450102d13d6753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,9 +48,9 @@ tests (from scratch): - zypper --no-gpg-checks addrepo https://download.opensuse.org/repositories/Application:Geo/15.4/Application:Geo.repo - zypper --no-gpg-checks refresh # - zypper --no-gpg-checks --non-interactive install proj=9.1.0 - - zypper --no-gpg-checks --non-interactive install proj - - zypper --no-gpg-checks --non-interactive install geos=3.11.1 - - zypper --no-gpg-checks --non-interactive install geos-devel=3.9.1 + # - zypper --no-gpg-checks --non-interactive install geos=3.11.1 + # - zypper --no-gpg-checks --non-interactive install geos-devel=3.9.1 + - zypper --no-gpg-checks --non-interactive install proj geos geos-devel # - zypper --no-gpg-checks --non-interactive install libproj22=8.2.1 - zypper --no-gpg-checks --non-interactive install binutils libproj-devel gdal-devel - pip install -r requirements.txt