Skip to content

Commit 8695dca

Browse files
committed
fixes
1 parent 46ec023 commit 8695dca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,14 +331,17 @@ jobs:
331331
sanitize: true
332332
env:
333333
PATTERN: "not slow and not network and not single_cpu and not known_ub"
334+
PYTEST_WORKERS: 'auto'
335+
PYTEST_TARGET: 'pandas'
334336

335337
- name: Test (single_cpu)
336338
uses: ./.github/actions/run-tests
337339
with:
338340
sanitize: true
339341
env:
340-
PATTERN: 'single_cpu'
342+
PATTERN: 'single_cpu and not known_ub'
341343
PYTEST_WORKERS: 0
344+
PYTEST_TARGET: 'pandas'
342345

343346
python-dev:
344347
# This job may or may not run depending on the state of the next

0 commit comments

Comments
 (0)