Skip to content

Commit

Permalink
Update run_sklearn_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Jul 19, 2024
1 parent 474d0b7 commit 5bf1525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/run_sklearn_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -n "${SKLEARNEX_PREVIEW}" ]; then
export DESELECT_FLAGS="--preview ${DESELECT_FLAGS}"
fi
export DESELECTED_TESTS=$(python ../.circleci/deselect_tests.py ../deselected_tests.yaml ${DESELECT_FLAGS})

echo $DESELECTED_TESTS
# manual setting of OCL_ICD_FILENAMES is required in
# specific MSYS environment with conda packages downloaded from intel channel
if [[ "$(uname)" =~ "MSYS" ]] && [ -z "${OCL_ICD_FILENAMES}" ] && [ -n "${CONDA_PREFIX}" ]; then
Expand Down

0 comments on commit 5bf1525

Please sign in to comment.