Skip to content

Commit

Permalink
new fix for matlab install on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarjalnefjord authored Oct 19, 2023
1 parent 6651f8c commit b0dd7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "C:\Program Files\MATLAB\R2023a\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Prepend MATLAB to PATH on Linux
if: runner.os == 'Linux'
run: echo "/usr/local/MATLAB/R2023a/bin" >> $GITHUB_PATH
run: echo "/usr/local/MATLAB/R2023a/bin/maci64" >> $GITHUB_PATH
- name: Prepend MATLAB to PATH on macOS
if: runner.os == 'macOS'
run: echo "/Applications/MATLAB_R2023a.app/bin" >> $GITHUB_PATH
Expand All @@ -48,4 +48,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html

0 comments on commit b0dd7df

Please sign in to comment.