We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d14e6f8 + 38ed974 commit 5b99cddCopy full SHA for 5b99cdd
1 file changed
.github/workflows/main.yml
@@ -27,13 +27,12 @@ jobs:
27
- uses: actions/checkout@v4
28
with:
29
fetch-depth: 0
30
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
31
32
activate-environment: esgf-pyclient
33
environment-file: environment.yml
34
python-version: ${{ matrix.python-version }}
35
miniforge-version: "latest"
36
- miniforge-variant: Mambaforge
37
use-mamba: true
38
- run: conda --version
39
- run: python -V
0 commit comments