Skip to content

Commit 63357b3

Browse files
committed
More testing
1 parent d22e0bb commit 63357b3

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/Test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -72,12 +72,6 @@ jobs:
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:

0 commit comments

Comments
 (0)