We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758e060 commit b979b2cCopy full SHA for b979b2c
1 file changed
.github/workflows/python.yml
@@ -100,7 +100,7 @@ jobs:
100
pip install --upgrade pip
101
102
pip install wheel
103
- pip install numpy py4j scipy scikit-learn requests pandas unittest-parallel
+ pip install numpy py4j scipy scikit-learn keras requests pandas unittest-parallel
104
105
- name: Build Python Package
106
run: |
0 commit comments