From 8a33a5bc53537e87ce23de8aae19032058f0d334 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Fri, 22 Jul 2022 14:29:36 -0400 Subject: [PATCH] Revert "change python CI cores to 1" This reverts commit 2d41b017347eb2aab544c70c8efc58ee6e4d5eea. --- .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 1c791e71b..0855dbc21 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 -j1 install +make -j2 install cd $GITHUB_WORKSPACE/build/python $PYTHON -m pip install --user .