Skip to content

Commit

Permalink
add conda init
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Dec 20, 2024
1 parent 7172e40 commit 2294f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/unittest/windows_optdepts/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ cd "${root_dir}"

# 2. Create test environment at ./env
printf "* Creating a test environment\n"
conda create --prefix torchrl -y python="$PYTHON_VERSION"
conda init bash
conda create -n torchrl -y python="$PYTHON_VERSION"

printf "* Activating the environment"
conda deactivate
conda activate torchrl

printf "Python version"
Expand Down

0 comments on commit 2294f37

Please sign in to comment.