Skip to content

Commit cb3d64a

Browse files
authored
Update build-test-envt.yml
1 parent d6a8fad commit cb3d64a

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
name: Test EA Python Envt Mac, Linux, Windows
62

73
on: 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"

0 commit comments

Comments
 (0)