Skip to content

Commit aab1271

Browse files
Switch to Miniforge and drop Mambaforge (#233)
1 parent 172b35a commit aab1271

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: Setup conda
30-
uses: conda-incubator/setup-miniconda@v2
30+
uses: conda-incubator/setup-miniconda@v3
3131
with:
3232
activate-environment: jupyterlite-sphinx
3333
environment-file: dev-environment.yml
3434
python-version: ${{ matrix.python-version }}
35-
miniforge-variant: Mambaforge
3635
miniforge-version: latest
3736
auto-activate-base: false
3837

0 commit comments

Comments
 (0)