Skip to content

Commit

Permalink
Merge pull request #1759 from ucb-bar/cleanup-buildsetup
Browse files Browse the repository at this point in the history
Remove useless conda env sourcing
  • Loading branch information
joonho3020 authored Jan 23, 2024
2 parents 6a37a1e + 4aaffd5 commit e4b252c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if run_step "1"; then

# use conda-lock to create env
conda-lock install --conda $(which conda) -p $CYDIR/.conda-env $LOCKFILE &&
source $CYDIR/.conda-env/etc/profile.d/conda.sh &&
source $(conda info --base)/etc/profile.d/conda.sh &&
conda activate $CYDIR/.conda-env
exit_if_last_command_failed

Expand Down

0 comments on commit e4b252c

Please sign in to comment.