Skip to content

Commit

Permalink
Update build-test-envt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler authored Jun 21, 2024
1 parent cb3d64a commit 6765c27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-test-envt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
os:
- "ubuntu-20.04"
- "macos-latest-large"
- "macos-latest-xlarge"
- "windows-latest"
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/[email protected]
with:
ref: upgrade-to-3.9
ref: ${{ github.head_ref || github.ref_name }}
- uses: conda-incubator/[email protected]
with:
auto-activate-base: false
environment-file: environment.yml
activate-environment: earth-analytics-python
- run: conda list
- run: python -c "import earthpy"
- run: python -c "import geopandas"
- run: python -c "import rioxarray"

0 comments on commit 6765c27

Please sign in to comment.