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 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
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
-
32
22
- name : Set up Python ${{ matrix.python-version }}
33
23
uses : actions/setup-python@v5
34
24
with :
48
38
- name : Run pre-commit linters
49
39
run : ' pre-commit run --all-files'
50
40
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
+
51
51
- name : Run pytest
52
52
uses : pavelzw/pytest-action@v2
53
53
with :
You can’t perform that action at this time.
0 commit comments