From d7f820ffb24627e536e29177e261a022b9cde89b Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 14 Dec 2021 11:23:40 +0100 Subject: [PATCH] chore: fix pcc target to use all CPUs, unescaped $ may cause issues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d78a8b81..c4cb639c4 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ conformance: finalize_nb python_format supported_functions licenses .PHONY: pcc # Run pre-commit checks pcc: - @$(MAKE) --keep-going --jobs $(./script/make_utils/ncpus.sh) --output-sync=recurse \ + @$(MAKE) --keep-going --jobs $$(./script/make_utils/ncpus.sh) --output-sync=recurse \ --no-print-directory pcc_internal PCC_DEPS := check_python_format check_finalize_nb python_linting mypy_ci pydocstyle shell_lint