Skip to content

Commit 06830e8

Browse files
committed
Fix command in tox
1 parent fbc2996 commit 06830e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ commands =
5656

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"
59+
5960
buildhtml: npx myst build --execute --html
60-
buildhtml: bash rm _build/html/*thebe*.js
61+
buildhtml: bash -c "rm _build/html/*thebe*.js"
6162

6263
pip_pre =
6364
predeps: true

0 commit comments

Comments
 (0)