Skip to content

Commit aae6118

Browse files
authored
Merge pull request #2 from belajarqywok/development
Update: CI/CD Pipeline
2 parents 3c6db17 + e30e5ea commit aae6118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/production.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323

2424
- name: Unit Testing
2525
run: |
26-
pip3 install nose2 nose2[coverage_plugin]
26+
pip3 install nose2 nose2[coverage_plugin] scikit-learn \
27+
numpy keras tensorflow keras_preprocessing
28+
2729
nose2 --start-dir tests \
2830
--verbose \
2931
--pretty-assert \

0 commit comments

Comments
 (0)