File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
1616 omc-version : [stable, nightly]
17- python-version : ['3.12 ']
17+ python-version : ['3.10 ']
1818 include :
1919 - os : windows-latest
2020 omc-version : stable
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151 cache : ' pip' # caching pip dependencies
52+
5253 - name : Install Python dependencies
5354 shell : bash
5455 run : |
Original file line number Diff line number Diff line change 99
1010jobs :
1111 unittest-testbasemodelica :
12- name : GitHub Actions TestBaseModelica
12+ name : Unit test TestBaseModelica.jl
1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest]
@@ -41,13 +41,13 @@ jobs:
4141 project : TestBaseModelica
4242
4343 test-mtk-import :
44- name : GitHub Actions TestBaseModelica
44+ name : Sanity check TestBaseModelica.jl + test.py
4545 strategy :
4646 matrix :
4747 os : [ubuntu-latest]
4848 julia-version : [1.11]
4949 omc-version : [stable]
50- python-version : ['3.12 ']
50+ python-version : ['3.10 ']
5151 fail-fast : false
5252 runs-on : ${{ matrix.os }}
5353 timeout-minutes : 60
8282 uses : actions/setup-python@v5
8383 with :
8484 python-version : ${{ matrix.python-version }}
85- cache : ' pip ' # caching pip dependencies
85+
8686 - name : Install Python dependencies
8787 shell : bash
8888 run : |
You can’t perform that action at this time.
0 commit comments