Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas authored Sep 12, 2023
1 parent 7ce41ef commit e459e72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testsuite/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ wget -O ${WORKSPACE}/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3
bash miniconda.sh -b -p $WORKSPACE/miniconda_${NODE_NAME}
source $WORKSPACE/miniconda_${NODE_NAME}/etc/profile.d/conda.sh

export CONDA_VERBOSITY=3

conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
conda env create --name ${CONDA_ENV_NAME}_${NODE_NAME} --file env/environment_pinned.yml
Expand Down

0 comments on commit e459e72

Please sign in to comment.