Skip to content

Commit 6765c27

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

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build-test-envt.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,24 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
12+
os:
13+
- "ubuntu-20.04"
14+
- "macos-latest-large"
15+
- "macos-latest-xlarge"
16+
- "windows-latest"
1317
defaults:
1418
run:
1519
shell: bash -el {0}
1620
steps:
1721
- uses: actions/checkout@v4.1.7
1822
with:
19-
ref: upgrade-to-3.9
23+
ref: ${{ github.head_ref || github.ref_name }}
2024
- uses: conda-incubator/setup-miniconda@v3.0.4
2125
with:
2226
auto-activate-base: false
2327
environment-file: environment.yml
2428
activate-environment: earth-analytics-python
2529
- run: conda list
2630
- run: python -c "import earthpy"
31+
- run: python -c "import geopandas"
2732
- run: python -c "import rioxarray"

0 commit comments

Comments
 (0)