We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ca895 commit 2b98909Copy full SHA for 2b98909
1 file changed
.github/workflows/build-test-envt.yml
@@ -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
-
5
name: Test EA Python Envt Mac, Linux, Windows
6
7
on: workflow_dispatch
@@ -19,7 +15,7 @@ jobs:
19
15
shell: bash -l {0}
20
16
steps:
21
17
- uses: actions/checkout@v2
22
- - uses: conda-incubator/setup-miniconda@v2
18
+ - uses: conda-incubator/setup-miniconda@v3.0.4
23
with:
24
miniconda-version: 'latest'
25
channels: conda-forge
0 commit comments