File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This workflow runs tests for earthpy
2- # Because we want a conda environment - and that builds slower,
3- # we divided up tests from linting and docs to make for simpler install envts
4-
51name : Test EA Python Envt Mac, Linux, Windows
62
73on : workflow_dispatch
@@ -16,20 +12,16 @@ jobs:
1612 os : ["ubuntu-20.04", "macos-latest", "windows-latest"]
1713 defaults :
1814 run :
19- shell : bash -l {0}
15+ shell : bash -el {0}
2016 steps :
2117 - uses : actions/checkout@v4.1.7
2218 with :
2319 ref : upgrade-to-3.9
2420 - uses : conda-incubator/setup-miniconda@v3.0.4
2521 with :
26- miniconda-version : ' latest'
27- channels : conda-forge
28- channel-priority : true
29- auto-update-conda : false
3022 auto-activate-base : false
3123 environment-file : environment.yml
3224 activate-environment : earth-analytics-python
3325 - run : conda list
3426 - run : python -c "import earthpy"
35- - run : python -c "import rasterio "
27+ - run : python -c "import rioxarray "
You can’t perform that action at this time.
0 commit comments