Skip to content

Commit

Permalink
setup ci environment with setup-micromamba@v1
Browse files Browse the repository at this point in the history
provision-with-micromamba is deprecated
  • Loading branch information
klindsay28 committed Mar 28, 2024
1 parent 8515b4f commit d7f733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Set up conda environment with micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ matrix.environment-file }}
environment-name: esm_catalog_utils_ci
Expand Down

0 comments on commit d7f733d

Please sign in to comment.