Skip to content

Commit

Permalink
#133: ci: deactivate base environment before looping through environm…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
pierrepebay committed Dec 24, 2024
1 parent d38371e commit a1c666e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/setup_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc; fi

echo "Conda path: $(which conda)"
echo "Conda version: $(conda --version)"
conda deactivate

echo "::endgroup::"

Expand Down

0 comments on commit a1c666e

Please sign in to comment.