Skip to content

Commit d863a35

Browse files
committed
Skip tests
1 parent b17d618 commit d863a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_with_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
eval "$command"
275275
else
276276
cd python
277-
python -m pytest --timeout=3600 -v tests $ARCTICDB_PYTEST_ARGS
277+
python -m pytest --timeout=3600 -v -n logical --dist worksteal tests $ARCTICDB_PYTEST_ARGS
278278
fi
279279
env:
280280
ARCTICDB_USING_CONDA: 1

0 commit comments

Comments
 (0)