Skip to content

Commit

Permalink
Switch to Miniforge and drop Mambaforge (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored Dec 20, 2024
1 parent 172b35a commit aab1271
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: jupyterlite-sphinx
environment-file: dev-environment.yml
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-version: latest
auto-activate-base: false

Expand Down

0 comments on commit aab1271

Please sign in to comment.