mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 19:36:06 +00:00
test/acceptance.nbconvert.sh: don't specify nbformat
This commit is contained in:
parent
b64a65d344
commit
0fd0085199
@ -28,7 +28,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
$* --to=notebook --execute --allow-errors --stdout --nbformat=4 test/acceptance.nbconvert.in.ipynb > test/acceptance.nbconvert.out.ipynb
|
||||
$* --to=notebook --execute --allow-errors --stdout test/acceptance.nbconvert.in.ipynb > test/acceptance.nbconvert.out.ipynb
|
||||
|
||||
diff \
|
||||
<(grep -v -e 'version' -e 'Line ' -e 'Integral' -e 'Num' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user