We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fb91c commit b8684c7Copy full SHA for b8684c7
1 file changed
.github/workflows/FMITest.yml
@@ -2,16 +2,14 @@ name: FMITest
2
3
on:
4
workflow_dispatch:
5
- schedule:
6
- - cron: "0 9 * * *"
7
8
jobs:
9
test:
10
runs-on: ${{ matrix.os }}
11
timeout-minutes: 30
12
strategy:
13
matrix:
14
- python-version: ['3.12']
+ python-version: ['3.14']
15
os: ['ubuntu-latest', 'windows-latest']
16
omc-version: ['stable', 'nightly']
17
0 commit comments