Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit d1e9ca0

Browse files
committed
ci: run: Add note about daal4py lack of 3.8 support
Signed-off-by: John Andersen <[email protected]>
1 parent bdf0069 commit d1e9ca0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ if ([[ "x${PLUGIN}" == "xmodel/daal4py" ]] || \
7979
[[ "x${PLUGIN}" == "x." ]] || \
8080
[[ "x${PLUGIN}" == "xdocs" ]]) &&
8181
[[ "${python_version}" != "py38" ]]; then
82+
# daal4py only supports ^ Python 3.7
8283
set +e
8384
conda install -y -c intel daal4py
8485
echo "conda install -y -c intel daal4py, exit code: $?"

.ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function run_plugin_examples() {
3030
function run_plugin() {
3131
export PLUGIN="${1}"
3232

33+
# Don't test daal4py on python 3.8, since it doesn't support 3.8
3334
if [[ "${python_version}" == "py38" ]] && [[ "x${PLUGIN}" == "xmodel/daal4py" ]]; then
3435
return
3536
fi

0 commit comments

Comments
 (0)