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

Commit bdf0069

Browse files
committed
ci: Move shouldi git featute dep to deps.sh
Signed-off-by: John Andersen <[email protected]>
1 parent 4e71401 commit bdf0069

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ci/deps.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,8 @@ fi
103103
if [[ "x${PLUGIN}" == "xoperations/nlp" ]]; then
104104
conda install -y -c conda-forge spacy
105105
python -m spacy download en_core_web_sm
106-
fi
106+
fi
107+
108+
if [ "x${PLUGIN}" = "xexamples/shouldi" ]; then
109+
python -m pip install -U -e "./feature/git"
110+
fi

.ci/run.sh

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

33-
if [ "x${PLUGIN}" = "xexamples/shouldi" ]; then
34-
"${PYTHON}" -m pip install -U -e "${SRC_ROOT}/feature/git"
35-
fi
36-
3733
if [[ "${python_version}" == "py38" ]] && [[ "x${PLUGIN}" == "xmodel/daal4py" ]]; then
3834
return
3935
fi

0 commit comments

Comments
 (0)