From 129ef799174053676618b7f5e2a80cb592d050c1 Mon Sep 17 00:00:00 2001 From: Jayasimha Raghavan <87547684+jayasimha-raghavan-unskript@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:34:59 -0700 Subject: [PATCH] Update all_module_test.yml --- .github/workflows/all_module_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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