Skip to content

Commit

Permalink
Update: CI/CD Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
belajarqywok committed Nov 12, 2023
1 parent 3288045 commit e30e5ea
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 e30e5ea

Please sign in to comment.