Skip to content

Commit dc8f00d

Browse files
author
Ashley Scillitoe
committed
Another refactor
1 parent 4fe4200 commit dc8f00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python -m pip install --upgrade --upgrade-strategy eager .[tensorflow,torch,shap]
5959
if [ "$RUNNER_OS" != "Windows" ]; then
6060
# Windows support for ray is experimental (https://docs.ray.io/en/latest/installation.html#windows-support)
61-
python -m pip install --upgrade --upgrade-strategy only-if-needed .[ray]
61+
python -m pip install --upgrade --upgrade-strategy eager .[tensorflow,torch,shap,ray] # include other deps so that they are taking into account during ray install
6262
fi
6363
python -m spacy download en_core_web_md
6464
python -m pip freeze

0 commit comments

Comments
 (0)