Skip to content

Commit 912619d

Browse files
committed
reduce matrix
1 parent f0c024f commit 912619d

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
43-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
43+
os: ["ubuntu-latest"]
4444
python-version: ["3.10", "3.11", "3.12", "3.13"]
4545
fail-fast: false
4646
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
@@ -61,20 +61,6 @@ jobs:
6161
with:
6262
mongodb-version: ${{ env.MAX_MONGODB }}
6363
mongodb-replica-set: test-rs
64-
- name: Start MongoDB on MacOS
65-
if: ${{ startsWith(runner.os, 'macOS') }}
66-
run: |
67-
brew tap mongodb/brew
68-
brew install mongodb/brew/mongodb-community@${MAX_MONGODB}
69-
brew services start mongodb-community@${MAX_MONGODB}
70-
- name: Start MongoDB on Windows
71-
if: ${{ startsWith(runner.os, 'Windows') }}
72-
shell: powershell
73-
run: |
74-
mkdir data
75-
mongod --remove
76-
mongod --install --dbpath=$(pwd)/data --logpath=$PWD/mongo.log
77-
net start MongoDB
7864
- run: just test
7965

8066
build-min:

0 commit comments

Comments
 (0)