Skip to content

Commit 63ac70a

Browse files
committed
Remove macos tests
1 parent ae85901 commit 63ac70a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test-python.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ on:
1212

1313
jobs:
1414
python-source:
15-
runs-on: ${{ matrix.operating_system }}
15+
runs-on: ${{ matrix.operating-system }}
1616
strategy:
1717
matrix:
1818
python-version: ["3.9", "3.10", "3.11", "3.12"]
19-
settings_module: ["single_db", "multi_db"]
20-
operating_system:
21-
["ubuntu-latest", "macos-latest", "windows-latest"]
19+
settings-module: ["single_db", "multi_db"]
20+
operating-system: ["ubuntu-latest", "windows-latest"]
2221
steps:
2322
- uses: actions/checkout@v4
2423
- uses: oven-sh/setup-bun@v2
@@ -31,7 +30,7 @@ jobs:
3130
- name: Install Python Dependencies
3231
run: pip install --upgrade pip hatch uv
3332
- name: Run Single DB Tests
34-
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_${{matrix.settings_module}} -v
33+
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_${{matrix.settings-module}} -v
3534

3635
python-formatting:
3736
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)