Skip to content

Commit b608902

Browse files
committed
skip CI on Windows + Python 3.14
markitdown caps onnxruntime<=1.20.1 on Windows which has no 3.14 wheels (microsoft/markitdown#1551)
1 parent b039b0d commit b608902

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
python-version: ["3.11", "3.14"]
19+
exclude:
20+
- os: windows-latest
21+
python-version: "3.14" # markitdown caps onnxruntime<=1.20.1 which has no 3.14 wheels (microsoft/markitdown#1551)
1922

2023
steps:
2124
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)