Skip to content

Commit a6981e5

Browse files
committed
Ensure that macOS runs in serial mode similar to Windows due to failing scroll tests.
1 parent b6573e0 commit a6981e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
4040
- name: Run tests with Tox
4141
env:
42-
PYTEST_XDIST_WORKERS: ${{ matrix.os == 'windows-latest' && 0 || 3 }}
42+
PYTEST_XDIST_WORKERS: ${{ (matrix.os == 'windows-latest' || matrix.os == 'macos-latest') && 0 || 3 }}
4343
run: tox
4444
timeout-minutes: 60

0 commit comments

Comments
 (0)