Skip to content

Commit 00d15f6

Browse files
committed
update FMITest workflow
1 parent fb1b74d commit 00d15f6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/FMITest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: FMITest
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 9 * * *"
75

86
jobs:
97
test:
108
runs-on: ${{ matrix.os }}
119
timeout-minutes: 30
1210
strategy:
1311
matrix:
14-
python-version: ['3.12']
12+
python-version: ['3.14']
1513
os: ['ubuntu-latest', 'windows-latest']
1614
omc-version: ['stable', 'nightly']
1715

0 commit comments

Comments
 (0)