Skip to content

Commit

Permalink
Call matlab without specifying path
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWaiteSTFC committed Nov 2, 2023
1 parent fb75777 commit 335b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pyspinw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build ctf
run: |
cd python
/Applications/MATLAB_${{ matrix.matlab_version }}.app/bin/matlab -nodisplay -r "build_ctf; exit"
matlab -nodisplay -r "build_ctf; exit"
- name: Upload CTF results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 335b96b

Please sign in to comment.