Skip to content

Commit afdb90a

Browse files
committed
FIX: pre_commit update to setup_micromamba action
provision-with-micromamba has been deprecated
1 parent 3a0db72 commit afdb90a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pre_commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Install Conda environment
12-
uses: mamba-org/provision-with-micromamba@main
12+
uses: mamba-org/setup-micromamba@main
13+
with:
14+
environment-file: environment.yml
1315
- name: Run precommit
1416
shell: bash -l {0}
1517
run: |

0 commit comments

Comments
 (0)