From 2d41b017347eb2aab544c70c8efc58ee6e4d5eea Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Wed, 20 Jul 2022 15:28:49 -0400 Subject: [PATCH] change python CI cores to 1 --- .github/scripts/python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/python.sh b/.github/scripts/python.sh index 0855dbc21..1c791e71b 100644 --- a/.github/scripts/python.sh +++ b/.github/scripts/python.sh @@ -80,7 +80,7 @@ cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \ # Set to 2 cores so that Actions does not error out during resource provisioning. -make -j2 install +make -j1 install cd $GITHUB_WORKSPACE/build/python $PYTHON -m pip install --user .