File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 # test for:
2323 # * oldest supported version
2424 # * latest available Python version
25- python-version : ['3.10']
25+ python-version : ['3.10', '3.14' ]
2626 # * Linux using ubuntu-latest
2727 # * Windows using windows-latest
28- os : ['windows-latest']
28+ os : ['ubuntu-latest', ' windows-latest']
2929 # * OM stable - latest stable version
3030 # * OM nightly - latest nightly build
31- omc-version : ['stable']
31+ omc-version : ['stable', 'nightly' ]
3232
3333 steps :
3434 - uses : actions/checkout@v6
7272 - name : Check twine
7373 run : python -m twine check dist/*
7474
75- - name : Disable Windows Error Reporting dialogs
76- if : runner.os == 'Windows'
77- run : |
78- reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v DontShowUI /t REG_DWORD /d 1 /f
79- reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f
80-
8175 - name : Run pytest
8276 uses : pavelzw/pytest-action@v2
8377 with :
You can’t perform that action at this time.
0 commit comments