Skip to content

Commit

Permalink
Fix deprecated micromamba action (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jun 9, 2023
1 parent f46b13d commit defc6c2
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 @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1.4.2
with:
cache-downloads: true
cache-env: true
Expand Down

0 comments on commit defc6c2

Please sign in to comment.