parent
2d41b01734
commit
8a33a5bc53
|
@ -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 .
|
||||||
|
|
Loading…
Reference in New Issue