Skip to content

Commit 1c499d4

Browse files
committed
- Update conda-env-create.yml to fix GitHub workflow
1 parent 59cca04 commit 1c499d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-env-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cp ./requirements/requirements*.txt /tmp/
4141
mkdir /tmp/docs/
4242
cp ./docs/requirements*.txt /tmp/docs/
43-
- uses: mamba-org/provision-with-micromamba@main
43+
- uses: mamba-org/setup-micromamba@v1
4444
with:
4545
environment-name: tiatoolbox
4646
environment-file: ${{ matrix.requirements }}

0 commit comments

Comments
 (0)