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.
1 parent c72c731 commit a54848aCopy full SHA for a54848a
.github/workflows/tests.yml
@@ -18,14 +18,11 @@ jobs:
18
19
# See: https://github.com/marketplace/actions/setup-miniconda
20
- name: Setup miniconda
21
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
22
with:
23
auto-update-conda: true
24
- miniforge-variant: Mambaforge
25
- channels: conda-forge
26
- activate-environment: pandas-flavor
27
environment-file: environment.yml
28
- use-mamba: true
+ miniforge-version: latest
29
30
- name: Run unit tests
31
run: |
0 commit comments