We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2ab1b commit dbcd64eCopy full SHA for dbcd64e
1 file changed
.github/workflows/publish-release.yml
@@ -98,11 +98,24 @@ jobs:
98
py3from: "3.9"
99
py3to: "3.13"
100
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"
108
109
runs-on: ${{ matrix.os }}
110
111
112
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
119
- name: Set up MATLAB
120
uses: matlab-actions/setup-matlab@v2
121
with:
0 commit comments