From 24f2131f2ba05f9a273d12dd152c6741476bc4f7 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Mon, 16 Oct 2023 10:08:25 +0200 Subject: [PATCH] Minor corrections --- CI/SCRIPTS/scripts_utils.py | 2 +- environment.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CI/SCRIPTS/scripts_utils.py b/CI/SCRIPTS/scripts_utils.py index 2d891778..87305f26 100644 --- a/CI/SCRIPTS/scripts_utils.py +++ b/CI/SCRIPTS/scripts_utils.py @@ -101,7 +101,7 @@ def get_db_dir() -> Union[CloudPath, Path]: Returns: str: Database directory """ - with tempenv.TemporaryEnvironment({USE_S3_STORAGE: os.getenv(CI_EOREADER_S3, 0)}): + with tempenv.TemporaryEnvironment({USE_S3_STORAGE: os.getenv(CI_EOREADER_S3, "0")}): return get_geodatastore() diff --git a/environment.yml b/environment.yml index c6f6a839..c10f7a0d 100644 --- a/environment.yml +++ b/environment.yml @@ -5,5 +5,4 @@ dependencies: # everything under this, installed by conda - python=3.9 - pip - pip: # everything under this, installed by pip - - --extra-index-url ${WINDOWS_WHEELS} # Use windows wheels on Windows - -r requirements.txt