We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6603138 commit 05723b4Copy full SHA for 05723b4
.github/workflows/main.yml
@@ -336,6 +336,10 @@ jobs:
336
--contents notebooks/audio/audio.wav &
337
python -m pip install nbdime
338
python -m pip install selenium
339
+ # This sleep is to force enough time for the jupyter site to build before trying
340
+ # to run notebooks in it. If you try to run the notebooks before the website is
341
+ # ready the ci python script will crash saying ti cannot access the url
342
+ sleep 10
343
python scripts/automated-notebook-run-script.py --driver chrome
344
nbdiff notebooks/smallpt.ipynb $HOME/Downloads/smallpt.ipynb
345
rm $HOME/Downloads/smallpt.ipynb
0 commit comments