Skip to content

Commit

Permalink
remove old conda workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Nov 25, 2024
1 parent a5083e5 commit a73de4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildscripts/incremental/setup_conda_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ PIP_INSTALL="pip install -q"
source deactivate
# Display root environment (for debugging)
conda list
# Clean up any left-over from a previous build
# (note workaround for https://github.com/conda/conda/issues/2679:
# `conda env remove` issue)
conda remove --all -q -y -n $CONDA_ENV

# Create a base env
conda create -n $CONDA_ENV -q -y python=$PYTHON numpy=$NUMPY scipy=$SCIPY pip
Expand Down

0 comments on commit a73de4a

Please sign in to comment.