Skip to content

Commit

Permalink
fix: python build should have verbose output for passing CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjibansg committed Jun 8, 2023
1 parent 072244e commit 579010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ python-clean:
DEBUG=1 ${PYTHON_EXECUTABLE} setup.py clean

python-build:
DEBUG=1 CMAKE_BUILD_PARALLEL_LEVEL=4 ${PYTHON_EXECUTABLE} -m pip install -e .$(extras)
DEBUG=1 CMAKE_BUILD_PARALLEL_LEVEL=4 ${PYTHON_EXECUTABLE} -m pip install -e .$(extras) --verbose

python-test:
$(MAKE) python-build extras="[tests]"
Expand Down

0 comments on commit 579010b

Please sign in to comment.