From 1c9e795517d7f144d1366defe5dedc4f99de4b8a Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Tue, 13 Feb 2024 00:08:06 +0800 Subject: [PATCH] 240213.000806.HKT try fixing the failure of matlab parallel test --- .github/workflows/parallel_test_matlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/parallel_test_matlab.yml b/.github/workflows/parallel_test_matlab.yml index f96aa3bd76..32ff9d1d45 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -93,8 +93,8 @@ jobs: uses: matlab-actions/setup-matlab@v2.0.0 with: release: ${{ matrix.matlab }} - cache: true products: Optimization_Toolbox + cache: true - name: Conduct the test uses: matlab-actions/run-command@v2.0.0