Skip to content

Commit b8f1347

Browse files
committed
only use ubuntu
1 parent fef4395 commit b8f1347

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,10 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57+
# Tests currently only pass on ubuntu on GitHub Actions.
5758
os: [ubuntu-latest]
5859
python-version: ["3.9", "pypy-3.10", "3.13t"]
5960
mongodb-version: ["8.0"]
60-
include:
61-
- os: windows-latest
62-
python-version: "3.13"
63-
mongodb-version: "8.0"
6461

6562
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
6663
steps:

0 commit comments

Comments
 (0)