We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3c3fb commit 0427785Copy full SHA for 0427785
2 files changed
.github/workflows/FMITest.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: ['3.12']
15
os: ['ubuntu-latest', 'windows-latest']
16
- omc-version: ['stable', 'nightly']
+ omc-version: ['nightly']
17
18
steps:
19
- uses: actions/checkout@v5
.github/workflows/Test.yml
@@ -14,7 +14,7 @@ jobs:
python-version: ['3.10', '3.12']
20
0 commit comments