Skip to content

Commit 3db4736

Browse files
committed
??? limit tests to OS:win/ubuntu & Python:3.14 & OM:stable
1 parent 53cf61c commit 3db4736

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
timeout-minutes: 30
1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '3.14']
12+
python-version: ['3.14']
1313
os: ['ubuntu-latest', 'windows-latest']
14-
omc-version: ['stable', 'nightly']
14+
omc-version: ['stable']
1515

1616
steps:
1717
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)