Skip to content

Commit eb9bba1

Browse files
committed
Remove 'worksteal' distribution mode from pytest xdist configuration in GitHub Actions workflow
1 parent 026a59e commit eb9bba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
include:
191191
- python_deps_ids: [""]
192192
matrix_override: ${{fromJson(needs.common_config.outputs.linux_matrix)}}
193-
pytest_xdist_mode: "-n auto --dist worksteal"
193+
pytest_xdist_mode: "-n auto"
194194
- python3: 8
195195
python_deps_ids: ["", -compat38]
196196
matrix_override:
@@ -246,7 +246,7 @@ jobs:
246246
cmake_preset_type: ${{needs.common_config.outputs.cmake_preset_type_resolved}}
247247
matrix: ${{needs.common_config.outputs.windows_matrix}}
248248
persistent_storage: ${{ inputs.persistent_storage }}
249-
pytest_xdist_mode: "-n auto --dist worksteal"
249+
pytest_xdist_mode: "-n auto"
250250
pytest_args: ${{inputs.pytest_args}}
251251

252252
persistent_storage_verify_linux:

0 commit comments

Comments
 (0)