change python CI cores to 1

release/4.3a0
Varun Agrawal 2022-07-20 15:28:49 -04:00
parent c767dfafb3
commit 2d41b01734
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.
make -j2 install
make -j1 install
cd $GITHUB_WORKSPACE/build/python
$PYTHON -m pip install --user .