diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5bc3326b1..31203f06e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,11 +80,7 @@ jobs: ./test-z3 -a cd .. condition: eq(variables['runUnitTest'], 'True') -# Need to install jupyter-nbconvert -# - script: | -# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/guide.ipynb -# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/strategies.ipynb -# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/advanced.ipynb +# - template: scripts/test-jupyter.hml - script: git clone https://github.com/z3prover/z3test z3test - script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2 diff --git a/scripts/test-jupyter.yml b/scripts/test-jupyter.yml new file mode 100644 index 000000000..0202dd7af --- /dev/null +++ b/scripts/test-jupyter.yml @@ -0,0 +1,6 @@ +# Need to install jupyter-nbconvert +# -steps +# - script: | +# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/guide.ipynb +# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/strategies.ipynb +# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/advanced.ipynb