Skip to content

Commit b979b2c

Browse files
committed
[MINOR] added keras to python test dependencies
1 parent 758e060 commit b979b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
pip install --upgrade pip
101101
pip install --upgrade pip
102102
pip install wheel
103-
pip install numpy py4j scipy scikit-learn requests pandas unittest-parallel
103+
pip install numpy py4j scipy scikit-learn keras requests pandas unittest-parallel
104104
105105
- name: Build Python Package
106106
run: |

0 commit comments

Comments
 (0)