From 7ed09ae5c0e7e3efc47a5061b02a62a00c8bde39 Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Thu, 1 Jun 2023 14:14:42 +0200 Subject: [PATCH] remove version number for geos too --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0160138..0f66aba 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 -- GitLab