From 6a2720c0dd8ecf3b3b11acafabf5cf9a838d302c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Luk=C5=A1i=C4=8D?= <31988337+zigaLuksic@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:33:41 +0200 Subject: [PATCH] Fix gitlab mirror CI (#713) * change the path from where to install the package * enable mirroring on branch * remove test statement --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71f367cc..9fe3e598 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,6 @@ run_sh_integration_tests: - apt-get update - apt-get install -y build-essential libgdal-dev graphviz proj-bin gcc libproj-dev libspatialindex-dev script: - - pip install eolearn[DEV] + - pip install .[DEV] - sentinelhub.config --sh_client_id "$SH_CLIENT_ID" --sh_client_secret "$SH_CLIENT_SECRET" > /dev/null # Gitlab can't mask SH_CLIENT_SECRET in logs - pytest -m sh_integration