Skip to content

Commit

Permalink
Bump conda actions
Browse files Browse the repository at this point in the history
macos-13 doesn't include a bundled conda, which should be fixed
by updating setup-miniconda to v3

conda-incubator/setup-miniconda#344
https://github.com/conda-incubator/setup-miniconda/releases/tag/v3.0.0
conda-incubator/setup-miniconda#299
  • Loading branch information
jdblischak committed Jan 6, 2025
1 parent cedbc94 commit 508033d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
repository: workflowr/workflowr
path: workflowr
- name: Install Conda environment from conda/environment.yaml
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ${{ env.lockfile }}
environment-name: wflow-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-conda-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
use-mamba: true
environment-file: conda/environment.yaml
Expand Down

0 comments on commit 508033d

Please sign in to comment.