diff --git a/.github/workflows/all_module_test.yml b/.github/workflows/all_module_test.yml index 6f8fafa98..645d0a342 100644 --- a/.github/workflows/all_module_test.yml +++ b/.github/workflows/all_module_test.yml @@ -46,7 +46,8 @@ jobs: pip install --no-cache-dir /tmp/main_module.tar.gz aws s3 cp ${{ secrets.SUB_MODULE_BUILD_PACKAGE }} /tmp/sub_module.tar.gz pip install --no-cache-dir /tmp/sub_module.tar.gz + pip install --no-cache-dir matplotlib>=3.7.1 - name: Run All Modules Check - run: /usr/bin/env python all_modules_test.py \ No newline at end of file + run: /usr/bin/env python all_modules_test.py