Skip to content

Commit a54848a

Browse files
author
samuel.oranyeli
committed
update tests.yml
1 parent c72c731 commit a54848a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818

1919
# See: https://github.com/marketplace/actions/setup-miniconda
2020
- name: Setup miniconda
21-
uses: conda-incubator/setup-miniconda@v2
21+
uses: conda-incubator/setup-miniconda@v3
2222
with:
2323
auto-update-conda: true
24-
miniforge-variant: Mambaforge
25-
channels: conda-forge
26-
activate-environment: pandas-flavor
2724
environment-file: environment.yml
28-
use-mamba: true
25+
miniforge-version: latest
2926

3027
- name: Run unit tests
3128
run: |

0 commit comments

Comments
 (0)