Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Dec 5, 2024
1 parent b501d2f commit 4ec6f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
run: |
wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh -b;
ls $HOME/miniforge3/bin;
__conda_setup="$($HOME/miniforge3/bin/conda 'shell.bash' 'hook' 2> /dev/null)";
eval "$__conda_setup";
unset __conda_setup;
Expand Down

0 comments on commit 4ec6f93

Please sign in to comment.