Skip to content

Commit

Permalink
check it right
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Aug 26, 2024
1 parent eb7a14b commit 73de7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eux

# DEV: unless it's built with editable, following sphinx-build fails
if (!$CIRCLECI && !(pip list --editable | grep -q ddtrace)); then
if [ -z ${CIRCLECI+x} ]; then
CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) pip install -v -e .
fi

Expand Down

0 comments on commit 73de7c3

Please sign in to comment.