Skip to content

Commit

Permalink
Use run-command to avoid specifying matlab path
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWaiteSTFC committed Nov 6, 2023
1 parent 335b96b commit 862a6ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_pyspinw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
name: MEX
path: ${{ github.workspace }}/external
- name: Build ctf
run: |
cd python
matlab -nodisplay -r "build_ctf; exit"
uses: matlab-actions/run-command@v1
with:
command: "run -nodisplay -r "cd python; build_ctf.m; exit"
- name: Upload CTF results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 862a6ec

Please sign in to comment.