Skip to content

Commit

Permalink
Minimal pin?
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Jul 26, 2023
1 parent 0047909 commit 4f215f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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 @@ -15,9 +15,6 @@ conda config --show
CONDA_INSTALL="conda install -q -y"
PIP_INSTALL="pip install -q"

$CONDA_INSTALL conda=23.5.2 -y
conda info --json


EXTRA_CHANNELS=""
if [ "${USE_C3I_TEST_CHANNEL}" == "yes" ]; then
Expand Down Expand Up @@ -92,7 +89,6 @@ if [ "$TEST_THREADING" == "tbb" ]; then $CONDA_INSTALL "tbb>=2021.6" "tbb-devel>
# Install typeguard
if [ "$RUN_TYPEGUARD" == "yes" ]; then $CONDA_INSTALL "conda-forge::typeguard==3.0.1"; fi


# environment dump for debug
# echo "DEBUG ENV:"
# echo "-------------------------------------------------------------------------"
Expand Down
3 changes: 2 additions & 1 deletion buildscripts/incremental/test.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/bin/bash


conda install conda=23.5.2 -y -q
source activate $CONDA_ENV

# Make sure any error below is reported as such
set -v -e

conda --version
conda list
conda info --json

# If the build is a "Vanilla" variant, then remove the setuptools package. It
Expand Down

0 comments on commit 4f215f7

Please sign in to comment.