Skip to content

Commit 75368a6

Browse files
committed
CI: wrapping command to make syntax happy
1 parent f4d8023 commit 75368a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ commands =
6363
buildhtml: bash -c "find tutorials -name '*md' | grep -f ignore_testing | sort | uniq > ignore_execute; if [ -s ignore_execute ]; then cat ignore_execute | xargs -n 1 sed -i -e 's|name: python3|name: python3\nskip_execution: true|g';fi"
6464

6565
# Status check is a workaround until https://github.com/jupyter-book/mystmd/issues/2113 is fixed
66-
buildhtml: jupyter-book build --execute --html 2>&1 | tee /tmp/mystbuild.log
66+
buildhtml: bash -c "jupyter-book build --execute --html 2>&1 | tee /tmp/mystbuild.log"
6767
buildhtml: bash -c "if grep -q 'Traceback .most recent call last.' /tmp/mystbuild.log; then exit 1; fi"
6868
buildhtml: bash -c "rm _build/html/*thebe*.js"
6969

0 commit comments

Comments
 (0)