diff --git a/.github/workflows/ufm_log_analyzer_ci_workflow.yml b/.github/workflows/ufm_log_analyzer_ci_workflow.yml index a2964038..e5f63340 100644 --- a/.github/workflows/ufm_log_analyzer_ci_workflow.yml +++ b/.github/workflows/ufm_log_analyzer_ci_workflow.yml @@ -75,4 +75,6 @@ jobs: cd $SCRIPT_DIR + pip install pytest + pytest --maxfail=1 --disable-warnings -q # Runs pytest with limited output \ No newline at end of file diff --git a/plugins/ufm_log_analyzer_plugin/src/loganalyze/requirements.txt b/plugins/ufm_log_analyzer_plugin/src/loganalyze/requirements.txt index 7ffd2820..de5ba89b 100644 --- a/plugins/ufm_log_analyzer_plugin/src/loganalyze/requirements.txt +++ b/plugins/ufm_log_analyzer_plugin/src/loganalyze/requirements.txt @@ -3,5 +3,4 @@ numpy matplotlib IPython fpdf2 -tabulate -pytest \ No newline at end of file +tabulate \ No newline at end of file