File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,11 @@ jobs:
40
40
run : |
41
41
python -m pip install --upgrade pip setuptools wheel
42
42
python -m pip install --upgrade --upgrade-strategy eager -r requirements/dev.txt -r testing/requirements.txt
43
- python -m pip install --upgrade --upgrade-strategy eager -e .
43
+ python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow]
44
44
if [ "$RUNNER_OS" != "Windows" ]; then
45
45
# Windows support for ray is experimental (https://docs.ray.io/en/latest/installation.html#windows-support)
46
- python -m pip install --upgrade --upgrade-strategy eager -e .[ ray]
46
+ python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow, ray]
47
47
fi
48
- python -m pip install --upgrade --upgrade-strategy eager -e .[shap,tensorflow]
49
48
python -m spacy download en_core_web_md
50
49
python -m pip freeze
51
50
Original file line number Diff line number Diff line change @@ -56,12 +56,11 @@ jobs:
56
56
run : |
57
57
python -m pip install --upgrade pip setuptools wheel
58
58
python -m pip install --upgrade --upgrade-strategy eager -r requirements/dev.txt -r testing/requirements.txt
59
- python -m pip install --upgrade --upgrade-strategy eager -e .
59
+ python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow]
60
60
if [ "$RUNNER_OS" != "Windows" ]; then
61
61
# Windows support for ray is experimental (https://docs.ray.io/en/latest/installation.html#windows-support)
62
- python -m pip install --upgrade --upgrade-strategy eager -e .[ ray]
62
+ python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow, ray]
63
63
fi
64
- python -m pip install --upgrade --upgrade-strategy eager -e .[shap,tensorflow]
65
64
python -m spacy download en_core_web_md
66
65
python -m pip freeze
67
66
You can’t perform that action at this time.
0 commit comments