From 37b03f942f7480505175513c680f975843e3d749 Mon Sep 17 00:00:00 2001 From: Pariterre Date: Mon, 12 Aug 2024 11:08:13 -0400 Subject: [PATCH] Tests cannot be run for Matlab (lack of licence) --- .github/workflows/run_matlab_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_matlab_tests.yml b/.github/workflows/run_matlab_tests.yml index 30e647b0..e917f2e7 100644 --- a/.github/workflows/run_matlab_tests.yml +++ b/.github/workflows/run_matlab_tests.yml @@ -68,7 +68,7 @@ jobs: HOME=`pwd` cd $MAIN_FOLDER/test/matlab cp $HOME/ezc3d_matlab/* . - export DISPLAY=:0.0 - matlab -batch test_binder_matlab.m - matlab -batch test_binder_matlab_force_platform.m + # We cannot run the tests as we do not have a license. They are however run on octave + # matlab -batch test_binder_matlab.m + # matlab -batch test_binder_matlab_force_platform.m cd $MAIN_FOLDER