Skip to content

Commit d128052

Browse files
committed
dgfsxf
1 parent e598ee4 commit d128052

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ jobs:
2929
uses: matlab-actions/setup-matlab@v2
3030
with:
3131
release: R2024a
32-
- name: Run script
33-
uses: matlab-actions/run-command@v2
34-
with:
35-
command: disp(matlabroot)
3632
- name: Install
3733
run: |
3834
export PATH="$pythonLocation:$PATH"
35+
cd ..
3936
python -m pip install RATapi[MATLAB_2024a]

0 commit comments

Comments
 (0)