Skip to content

Commit

Permalink
Merge pull request idaholab#26010 from milljm/26009-fix-update-mamba
Browse files Browse the repository at this point in the history
Missing argument when creating Conda env
  • Loading branch information
milljm authored Nov 9, 2023
2 parents bda7b77 + ee7744d commit 2f9664c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Update Conda:
!package! code
mamba activate base
mamba env remove -n moose
mamba create moose moose-dev=__MOOSE_DEV__
mamba create -n moose moose-dev=__MOOSE_DEV__
mamba activate moose
!package-end!

Expand Down

0 comments on commit 2f9664c

Please sign in to comment.