Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Oct 16, 2023
1 parent 7517e2e commit 24f2131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CI/SCRIPTS/scripts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 24f2131

Please sign in to comment.