Skip to content

Commit

Permalink
updated environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent cebc50a commit ad5574e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad5574e

Please sign in to comment.