Skip to content

Commit

Permalink
Remove jupyter nb lfortran tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit-create committed Feb 1, 2022
1 parent 87b30ce commit 9757d91
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ cpack -V
cd ../..

jupyter kernelspec list --json
#python ci/test_fortran_kernel.py -v
#
cd share/lpython/nb
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output Demo1_out.ipynb Demo1.ipynb
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output Demo2_out.ipynb Demo2.ipynb
cat Demo1_out.ipynb
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output "Hello World_out.ipynb" "Hello World.ipynb"
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output "Operators Control Flow_out.ipynb" "Operators Control Flow.ipynb"
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output Variables_out.ipynb Variables.ipynb
cd ../../..

cp lpython-$lpython_version/test-bld/src/bin/lpython src/bin
cp lpython-$lpython_version/test-bld/src/bin/cpptranslate src/bin
Expand Down

0 comments on commit 9757d91

Please sign in to comment.