We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24c4b commit d1c596cCopy full SHA for d1c596c
.ci/scripts/test_backend_linux.sh
@@ -15,11 +15,6 @@ REPORT_FILE="$ARTIFACT_DIR/test-report-$FLOW-$SUITE.csv"
15
echo "Running backend test job for suite $SUITE, flow $FLOW."
16
echo "Saving job artifacts to $ARTIFACT_DIR."
17
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
-
23
export PYTHON_EXECUTABLE=python
24
25
# CMake options to use, in addition to the defaults.
0 commit comments