Skip to content

Commit

Permalink
Revert "add conda init before conda activate"
Browse files Browse the repository at this point in the history
This reverts commit 50884a0.
  • Loading branch information
lrauschning committed Dec 19, 2024
1 parent 50884a0 commit 17a0296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ 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 17a0296

Please sign in to comment.