Skip to content

Commit dbcd64e

Browse files
authored
[CI] Update publish-release.yml
Add 2025a -- probably not working due to mpm errors
1 parent 3c2ab1b commit dbcd64e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,24 @@ jobs:
9898
py3from: "3.9"
9999
py3to: "3.13"
100100
os: "ubuntu-latest"
101+
102+
- matlab: "R2025a"
103+
main: "false"
104+
python: "3.13"
105+
py3from: "3.9"
106+
py3to: "3.14"
107+
os: "ubuntu-latest"
101108

102109
runs-on: ${{ matrix.os }}
103110

104111

105112
steps:
113+
- name: Update MPM
114+
run: |
115+
rm -f /home/runner/work/_temp/mpm
116+
wget https://www.mathworks.com/mpm/glnxa64/mpm -O /home/runner/work/_temp/mpm
117+
/usr/bin/chmod +x /home/runner/work/_temp/mpm
118+
106119
- name: Set up MATLAB
107120
uses: matlab-actions/setup-matlab@v2
108121
with:

0 commit comments

Comments
 (0)