Skip to content

Commit

Permalink
FIX: Fix placement of version for mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Nov 7, 2024
1 parent 458b4ce commit 01813c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: mamba-org/[email protected]
with:
environment-file: doc/environment.yml
micromamba-version: '2.0.0-0'
environment-name: pyart-docs
cache-downloads: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

# Install dependencies
- name: Setup Conda Environment
uses: mamba-org/[email protected].0
uses: mamba-org/[email protected].1
with:
environment-file: continuous_integration/environment-ci.yml
micromamba-version: '2.0.1'
micromamba-version: '2.0.0-0'
init-shell: >-
bash
cache-downloads: true
Expand Down

0 comments on commit 01813c3

Please sign in to comment.