diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index e531811..dc6704d 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -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 \