Skip to content

Commit

Permalink
Merge pull request #2 from belajarqywok/development
Browse files Browse the repository at this point in the history
Update: CI/CD Pipeline
  • Loading branch information
belajarqywok authored Nov 12, 2023
2 parents 3c6db17 + e30e5ea commit aae6118
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:

- name: Unit Testing
run: |
pip3 install nose2 nose2[coverage_plugin]
pip3 install nose2 nose2[coverage_plugin] scikit-learn \
numpy keras tensorflow keras_preprocessing
nose2 --start-dir tests \
--verbose \
--pretty-assert \
Expand Down

0 comments on commit aae6118

Please sign in to comment.