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 1
1
name : Unit tests
2
-
3
2
on : [push, pull_request]
4
-
5
3
jobs :
6
4
build:
7
5
@@ -36,15 +34,14 @@ jobs:
36
34
echo "DYLD_LIBRARY_PATH=/Users/runner/hostedtoolcache/MATLAB/2025.1.999/arm64/MATLAB.app/bin/maca64:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
37
35
if : ${{ runner.os == 'Linux'}}
38
36
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
40
38
- name: Set up MATLAB
41
39
uses: matlab-actions/setup-matlab@v2
42
40
with:
43
41
release: R2025a
44
42
- name: Install MATLAB Engine for Python
45
43
run: |
46
44
python -m pip install matlabengine==25.1.2
47
-
48
45
- name: Test with pytest
49
46
run: |
50
47
pip install pytest pytest-cov
You can’t perform that action at this time.
0 commit comments