Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Oct 9, 2023
1 parent 8b1dcda commit dcf6e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/unittest/linux/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ esac

# 2. Create test environment at ./env
printf "python: ${PYTHON_VERSION}\n"
conda init bash
if [ ! -d "${env_dir}" ]; then
printf "* Creating a test environment\n"
conda create --prefix "${env_dir}" -y python="$PYTHON_VERSION"
Expand Down

0 comments on commit dcf6e27

Please sign in to comment.