Skip to content

Commit 05723b4

Browse files
authored
Update main.yml
1 parent 6603138 commit 05723b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ jobs:
336336
--contents notebooks/audio/audio.wav &
337337
python -m pip install nbdime
338338
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
339343
python scripts/automated-notebook-run-script.py --driver chrome
340344
nbdiff notebooks/smallpt.ipynb $HOME/Downloads/smallpt.ipynb
341345
rm $HOME/Downloads/smallpt.ipynb

0 commit comments

Comments
 (0)