Skip to content

Commit

Permalink
micromamba args
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugman authored Oct 15, 2024
1 parent 06ab1bf commit a9b65ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# update the cache if ncessary
- name: Update environment
run: micromamba env update -n gmdsitut -f environment.yml
run: micromamba env update --name gmdsitut --file environment.yml
if: steps.cache.outputs.cache-hit != 'true'

# add exes to path so that they run in non-win OSs
Expand Down

0 comments on commit a9b65ea

Please sign in to comment.