Skip to content

Commit 363e057

Browse files
committed
Change back to Python 3.10, no caching
1 parent ea3d9d0 commit 363e057

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -49,6 +49,7 @@ jobs:
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: |

.github/workflows/test_julia.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
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
@@ -82,7 +82,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)