diff --git a/.github/workflows/update-cache.yml b/.github/workflows/update-cache.yml index 31261cbc88..ba9f15e8f4 100644 --- a/.github/workflows/update-cache.yml +++ b/.github/workflows/update-cache.yml @@ -125,5 +125,5 @@ jobs: CACHE_NUMBER: 0 id: cache-arc-env - name: Update environment - run: mamba env update -n arc_env -f environment.yml + run: conda env update -n arc_env -f environment.yml if: steps.cache-arc-env.outputs.cache-hit != 'true'