This is an automated email from the ASF dual-hosted git repository.
estrauss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new b979b2ce96 [MINOR] added keras to python test dependencies
b979b2ce96 is described below
commit b979b2ce96fe43abdb8ce49da09a3ecbd7189f6d
Author: e-strauss <[email protected]>
AuthorDate: Tue Sep 24 13:12:10 2024 +0200
[MINOR] added keras to python test dependencies
---
.github/workflows/python.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 6633febc4e..217e2c157d 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -100,7 +100,7 @@ jobs:
pip install --upgrade pip
pip install --upgrade pip
pip install wheel
- pip install numpy py4j scipy scikit-learn requests pandas
unittest-parallel
+ pip install numpy py4j scipy scikit-learn keras requests pandas
unittest-parallel
- name: Build Python Package
run: |