Skip to content

Commit

Permalink
DEP: Update workflows to use latest setup micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Nov 7, 2024
1 parent c4045fe commit 458b4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Create environment using micromamba
- name: Install Conda environment with Micromamba
uses: mamba-org/[email protected].0
uses: mamba-org/[email protected].1
with:
environment-file: doc/environment.yml
environment-name: pyart-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: mamba-org/[email protected]
with:
environment-file: continuous_integration/environment-ci.yml
micromamba-version: '2.0.0-0'
micromamba-version: '2.0.1'
init-shell: >-
bash
cache-downloads: true
Expand Down

0 comments on commit 458b4ce

Please sign in to comment.