From ad5574e28f0704a6a0d3f40cf063e727afc4d615 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 12:47:59 -0700 Subject: [PATCH] updated environment --- .github/environment.yml | 2 +- .github/workflows/dev_ci_cd_conda.yml | 1 + environment.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/environment.yml b/.github/environment.yml index addf333..7d671ee 100644 --- a/.github/environment.yml +++ b/.github/environment.yml @@ -23,6 +23,6 @@ dependencies: - boto3=1.34.124 - scikit-learn=1.5.1 - scikit-image=0.24.0 - - r-exactextractr=0.10.0 + - exactextract=0.2.0 - pip: - overturemaps==0.6.0 diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index 3f2d770..ff2d2dc 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -29,6 +29,7 @@ jobs: conda env create --name env --file=.github/environment.yml conda install gdal conda upgrade numpy + conda init conda activate env - name: Run Tests env: diff --git a/environment.yml b/environment.yml index addf333..7d671ee 100644 --- a/environment.yml +++ b/environment.yml @@ -23,6 +23,6 @@ dependencies: - boto3=1.34.124 - scikit-learn=1.5.1 - scikit-image=0.24.0 - - r-exactextractr=0.10.0 + - exactextract=0.2.0 - pip: - overturemaps==0.6.0