Skip to content

Commit

Permalink
Reapply "add conda init before conda activate"
Browse files Browse the repository at this point in the history
This reverts commit 17a0296.
  • Loading branch information
lrauschning committed Dec 19, 2024
1 parent 92820c1 commit 15a0440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
# shell: bash
- name: Setup conda env
run: |
$CONDA/bin/conda init
$CONDA/bin/conda env create -n msyd --file ./environment.yml
$CONDA/bin/conda activate msyd
shell: bash
Expand Down

0 comments on commit 15a0440

Please sign in to comment.