Skip to content

Commit 1d3c3fb

Browse files
committed
disable docker test
1 parent 1ffd8db commit 1d3c3fb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/FMITest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: ['3.12']
1515
os: ['ubuntu-latest', 'windows-latest']
16-
omc-version: ['stable']
16+
omc-version: ['stable', 'nightly']
1717

1818
steps:
1919
- uses: actions/checkout@v5

.github/workflows/Test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
python-version: ['3.10', '3.12']
1616
os: ['ubuntu-latest', 'windows-latest']
17-
omc-version: ['stable']
17+
omc-version: ['stable', 'nightly']
1818

1919
steps:
2020
- uses: actions/checkout@v5
@@ -48,9 +48,9 @@ jobs:
4848
'Modelica 4.0.0'
4949
- run: "omc --version"
5050

51-
- name: Pull OpenModelica docker image
52-
if: runner.os != 'Windows'
53-
run: docker pull openmodelica/openmodelica:v1.25.0-minimal
51+
# - name: Pull OpenModelica docker image
52+
# if: runner.os != 'Windows'
53+
# run: docker pull openmodelica/openmodelica:v1.25.0-minimal
5454

5555
- name: Run pytest
5656
uses: pavelzw/pytest-action@v2

0 commit comments

Comments
 (0)