Skip to content

Commit 4e68bea

Browse files
committed
Revert mambaforge
1 parent 8c33da7 commit 4e68bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# - you manually change the value of the CACHE_NUMBER below
3232
# Else the existing cache is used.
3333
- name: Setup Mambaforge
34-
uses: conda-incubator/setup-miniconda@v3
34+
uses: conda-incubator/setup-miniconda@v2
3535
with:
3636
miniforge-variant: Mambaforge
3737
miniforge-version: latest

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# - you manually change the value of the CACHE_NUMBER below
3232
# Else the existing cache is used.
3333
- name: Setup Mambaforge
34-
uses: conda-incubator/setup-miniconda@v3
34+
uses: conda-incubator/setup-miniconda@v2
3535
with:
3636
miniforge-variant: Mambaforge
3737
miniforge-version: latest

0 commit comments

Comments
 (0)