Skip to content

Commit 2b98909

Browse files
authored
Update build-test-envt.yml
1 parent 46ca895 commit 2b98909

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 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
@@ -19,7 +15,7 @@ jobs:
1915
shell: bash -l {0}
2016
steps:
2117
- uses: actions/checkout@v2
22-
- uses: conda-incubator/setup-miniconda@v2
18+
- uses: conda-incubator/setup-miniconda@v3.0.4
2319
with:
2420
miniconda-version: 'latest'
2521
channels: conda-forge

0 commit comments

Comments
 (0)