Skip to content

Commit eef6d53

Browse files
committed
??? limit tests to OS:win/ubuntu & Python:3.14 & OM:stable
1 parent b56d107 commit eef6d53

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
@@ -14,9 +14,9 @@ jobs:
1414
timeout-minutes: 30
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.14']
17+
python-version: ['3.14']
1818
os: ['ubuntu-latest', 'windows-latest']
19-
omc-version: ['stable', 'nightly']
19+
omc-version: ['stable']
2020

2121
steps:
2222
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)