There was an error while loading. Please reload this page.
1 parent bf9ae46 commit 610099cCopy full SHA for 610099c
1 file changed
.github/workflows/build-bindings.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Install Conda Dependencies
41
shell: bash -l {0}
42
- run: mamba env update -n test -f $GITHUB_WORKSPACE/mpart/.github/environment.yml
+ run: conda env update -n test -f $GITHUB_WORKSPACE/mpart/.github/environment.yml
43
if: steps.cache-conda.outputs.cache-hit != 'true'
44
45
- name: Setup Julia
0 commit comments