Skip to content

Commit aa3c5b0

Browse files
fix?
1 parent c2e9bd2 commit aa3c5b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Unit tests
2-
32
on: [push, pull_request]
4-
53
jobs:
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

0 commit comments

Comments
 (0)