Revert "change python CI cores to 1"

This reverts commit 2d41b01734.
release/4.3a0
Varun Agrawal 2022-07-22 14:29:36 -04:00
parent 2d41b01734
commit 8a33a5bc53
1 changed files with 1 additions and 1 deletions

View File

@ -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. # 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 cd $GITHUB_WORKSPACE/build/python
$PYTHON -m pip install --user . $PYTHON -m pip install --user .