Skip to content

Commit

Permalink
change python CI cores to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jul 20, 2022
1 parent c767dfa commit 2d41b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 2d41b01

Please sign in to comment.