Skip to content

Commit d1c596c

Browse files
committed
use default conda env
1 parent bd24c4b commit d1c596c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.ci/scripts/test_backend_linux.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ REPORT_FILE="$ARTIFACT_DIR/test-report-$FLOW-$SUITE.csv"
1515
echo "Running backend test job for suite $SUITE, flow $FLOW."
1616
echo "Saving job artifacts to $ARTIFACT_DIR."
1717

18-
# The generic Linux job chooses to use base env, not the one setup by the image
19-
eval "$(conda shell.bash hook)"
20-
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
21-
conda activate "${CONDA_ENV}"
22-
2318
export PYTHON_EXECUTABLE=python
2419

2520
# CMake options to use, in addition to the defaults.

0 commit comments

Comments
 (0)