Skip to content

Commit

Permalink
Updates the micromamba action
Browse files Browse the repository at this point in the history
The micromamba action that we were using was deprecated and didn't handle the Micromamba v2 upgrade well. This should move things to the supported action.

I've also added Dependabot for Github Actions, so that will hopefully help at least that part of the workflows stay up to date.
  • Loading branch information
abkfenris committed Oct 4, 2024
1 parent 7796cd9 commit 7244d1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit:
schedule:
interval: "weekly"
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
submodules: true

- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@v11
uses: mamba-org/setup-micromamba@v2.0.0
environment-file: environment.yml
cache-environment: true


- name: Build documentation
shell: bash -l {0}
Expand Down

0 comments on commit 7244d1a

Please sign in to comment.