Skip to content

Commit 69454f8

Browse files
authored
Update run_unit_tests.yml
1 parent cb9d43e commit 69454f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: matrix.os_name == 'Windows'
9999
shell: bash
100100
run: |
101-
export PATH=${PATH};${{ env.MATLAB_PATH }}/runtime/win64;${{ env.MATLAB_PATH }}/runtime/win32
101+
export PATH="${PATH}:${{ env.MATLAB_PATH }}/runtime/win64:${{ env.MATLAB_PATH }}/runtime/win32"
102102
python -m unittest discover tests -v
103103
104104
- name: Run tests (Linux)

0 commit comments

Comments
 (0)