Skip to content

Commit 610099c

Browse files
committed
Fix mamba
1 parent bf9ae46 commit 610099c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install Conda Dependencies
4141
shell: bash -l {0}
42-
run: mamba env update -n test -f $GITHUB_WORKSPACE/mpart/.github/environment.yml
42+
run: conda env update -n test -f $GITHUB_WORKSPACE/mpart/.github/environment.yml
4343
if: steps.cache-conda.outputs.cache-hit != 'true'
4444

4545
- name: Setup Julia

0 commit comments

Comments
 (0)