Skip to content

Commit dfa9b6f

Browse files
committed
Docker image
1 parent 3a9e26b commit dfa9b6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
'Modelica 4.0.0'
5151
- run: "omc --version"
5252

53+
- name: Pull OpenModelica docker image
54+
if: runner.os != 'Windows'
55+
run: docker pull openmodelica/openmodelica:v1.25.0-minimal
56+
5357
- name: Build wheel and sdist packages
5458
run: python -m build --wheel --sdist --outdir dist
5559

0 commit comments

Comments
 (0)