Skip to content

Commit 10e085d

Browse files
committed
fix deprecated mamba setup in pytest workflow
1 parent b64f874 commit 10e085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
sudo apt-get install fonts-freefont-ttf
1616
- name: install conda env with micromamba
17-
uses: mamba-org/provision-with-micromamba@main
17+
- uses: mamba-org/setup-micromamba@v2
1818
with:
1919
channel-priority: strict
2020
environment-file: environment.yaml

0 commit comments

Comments
 (0)