File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121
22- - name : " Set up OpenModelica Compiler"
23- uses :
OpenModelica/[email protected] 24- with :
25- version : ${{ matrix.omc-version }}
26- packages : |
27- omc
28- libraries : |
29- 'Modelica 4.0.0'
30- - run : " omc --version"
31-
3222 - name : Set up Python ${{ matrix.python-version }}
3323 uses : actions/setup-python@v5
3424 with :
4838 - name : Run pre-commit linters
4939 run : ' pre-commit run --all-files'
5040
41+ - name : " Set up OpenModelica Compiler"
42+ uses :
OpenModelica/[email protected] 43+ with :
44+ version : ${{ matrix.omc-version }}
45+ packages : |
46+ omc
47+ libraries : |
48+ 'Modelica 4.0.0'
49+ - run : " omc --version"
50+
5151 - name : Run pytest
5252 uses : pavelzw/pytest-action@v2
5353 with :
You can’t perform that action at this time.
0 commit comments