Skip to content

Commit

Permalink
mamba to conda (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 authored Nov 21, 2024
2 parents 74e663c + 6d8c4b9 commit 54d01c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 54d01c1

Please sign in to comment.