File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11name : Unit tests
2-
32on : [push, pull_request]
4-
53jobs :
64 build:
75
@@ -36,15 +34,14 @@ jobs:
3634 echo "DYLD_LIBRARY_PATH=/Users/runner/hostedtoolcache/MATLAB/2025.1.999/arm64/MATLAB.app/bin/maca64:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
3735 if : ${{ runner.os == 'Linux'}}
3836 run: |
39- echo "LD_LIBRARY_PATH=/opt/hostedtoolcache/MATLAB/2025.1.999/x64/bin/glnxa64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
37+ echo "LD_LIBRARY_PATH=/opt/hostedtoolcache/MATLAB/2025.1.999/x64/bin/glnxa64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
4038 - name: Set up MATLAB
4139 uses: matlab-actions/setup-matlab@v2
4240 with:
4341 release: R2025a
4442 - name: Install MATLAB Engine for Python
4543 run: |
4644 python -m pip install matlabengine==25.1.2
47-
4845 - name: Test with pytest
4946 run: |
5047 pip install pytest pytest-cov
You can’t perform that action at this time.
0 commit comments