Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix conda
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Jun 18, 2024
1 parent 50942c4 commit 10f8145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/script/prepare_env_with_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if [[ -z "${conda_env_name}" ]] || [[ -z "${python_version}" ]]; then
exit 1
fi

source ~/.bashrc
conda create -n ${conda_env_name} python=${python_version} -y
source activate ${conda_env_name} || conda activate ${conda_env_name}
#pip install -U pip
Expand Down

0 comments on commit 10f8145

Please sign in to comment.