We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026a59e commit eb9bba1Copy full SHA for eb9bba1
.github/workflows/build.yml
@@ -190,7 +190,7 @@ jobs:
190
include:
191
- python_deps_ids: [""]
192
matrix_override: ${{fromJson(needs.common_config.outputs.linux_matrix)}}
193
- pytest_xdist_mode: "-n auto --dist worksteal"
+ pytest_xdist_mode: "-n auto"
194
- python3: 8
195
python_deps_ids: ["", -compat38]
196
matrix_override:
@@ -246,7 +246,7 @@ jobs:
246
cmake_preset_type: ${{needs.common_config.outputs.cmake_preset_type_resolved}}
247
matrix: ${{needs.common_config.outputs.windows_matrix}}
248
persistent_storage: ${{ inputs.persistent_storage }}
249
250
pytest_args: ${{inputs.pytest_args}}
251
252
persistent_storage_verify_linux:
0 commit comments