We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ec023 commit 8695dcaCopy full SHA for 8695dca
.github/workflows/unit-tests.yml
@@ -331,14 +331,17 @@ jobs:
331
sanitize: true
332
env:
333
PATTERN: "not slow and not network and not single_cpu and not known_ub"
334
+ PYTEST_WORKERS: 'auto'
335
+ PYTEST_TARGET: 'pandas'
336
337
- name: Test (single_cpu)
338
uses: ./.github/actions/run-tests
339
with:
340
341
- PATTERN: 'single_cpu'
342
+ PATTERN: 'single_cpu and not known_ub'
343
PYTEST_WORKERS: 0
344
345
346
python-dev:
347
# This job may or may not run depending on the state of the next
0 commit comments