We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9e26b commit dfa9b6fCopy full SHA for dfa9b6f
1 file changed
.github/workflows/Test.yml
@@ -50,6 +50,10 @@ jobs:
50
'Modelica 4.0.0'
51
- run: "omc --version"
52
53
+ - name: Pull OpenModelica docker image
54
+ if: runner.os != 'Windows'
55
+ run: docker pull openmodelica/openmodelica:v1.25.0-minimal
56
+
57
- name: Build wheel and sdist packages
58
run: python -m build --wheel --sdist --outdir dist
59
0 commit comments