Skip to content

Commit 74798a3

Browse files
committed
💚 Add missing matrix element to Model Run OM
1 parent 7628617 commit 74798a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_run_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-24.04]
13+
python-version: ['3.13']
1314
steps:
1415
- uses: actions/checkout@v4
1516
- name: Compile models
@@ -59,6 +60,7 @@ jobs:
5960
fail-fast: false
6061
matrix:
6162
os: [ubuntu-24.04]
63+
python-version: ['3.13']
6264
needs: [test_modelica_build]
6365
steps:
6466
- name: Retrieve Open Modelica model binaries

0 commit comments

Comments
 (0)