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 e90fc5e commit 9e54a6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/script/launch_llm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function main() {
fi

# init conda
#. $(dirname ${CONDA_EXE})/../etc/profile.d/conda.sh
source ~/.bashrc
conda activate $conda_env || source activate $conda_env

# env
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/script/prepare_env_with_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,3 @@ 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
#
#if [ -f "requirements.txt" ]; then
# python -m pip install --default-timeout=100 -r requirements.txt
# pip list
#else
# echo "Not found requirements.txt file."
#fi

0 comments on commit 9e54a6e

Please sign in to comment.