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 d6a8fad commit cb3d64a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-test-envt.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# This workflow runs tests for earthpy
# Because we want a conda environment - and that builds slower,
# we divided up tests from linting and docs to make for simpler install envts

name: Test EA Python Envt Mac, Linux, Windows

on: workflow_dispatch
Expand All @@ -16,20 +12,16 @@ jobs:
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
defaults:
run:
shell: bash -l {0}
shell: bash -el {0}
steps:
- uses: actions/[email protected]
with:
ref: upgrade-to-3.9
- uses: conda-incubator/[email protected]
with:
miniconda-version: 'latest'
channels: conda-forge
channel-priority: true
auto-update-conda: false
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 rasterio"
- run: python -c "import rioxarray"

0 comments on commit cb3d64a

Please sign in to comment.