Skip to content

Commit 0430dcf

Browse files
committed
Fix command in tox
1 parent 33cab0f commit 0430dcf

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
@@ -57,7 +57,7 @@ commands =
5757
# sed -i needs a bit of hacky conditional on ubuntu to cover the case of an empty ignore
5858
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"
5959
buildhtml: jupyter-book build --execute --html
60-
buildhtml: bash rm _build/html/*thebe*.js
60+
buildhtml: bash -c "rm _build/html/*thebe*.js"
6161

6262
pip_pre =
6363
predeps: true

0 commit comments

Comments
 (0)