Skip to content

Commit f36379b

Browse files
committed
Run round trip tests on Windows & MacOS
1 parent 008a425 commit f36379b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/run_checks_build_and_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ jobs:
7070
]
7171
include:
7272
- python-version: "3.14"
73-
- os: "ubuntu-latest"
73+
os: "ubuntu-latest"
74+
- python-version: "3.14"
75+
os: "windows-latest"
76+
- python-version: "3.14"
77+
os: "macos-latest"
7478

7579
runs-on: ${{ matrix.os }}
7680
steps:

0 commit comments

Comments
 (0)