Skip to content

Commit

Permalink
Update actions and add mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinoa committed Apr 17, 2024
1 parent 8dc96d1 commit 2280ad2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Install dependencies
# Install Mambaforge

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: binder/conda/environment.yml
miniforge-version: latest
miniforge-variant: Mambaforge
mamba-version: "*"
# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit 2280ad2

Please sign in to comment.