File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 deploy-book :
1010 runs-on : ubuntu-latest
1111 steps :
12- # 1️⃣ Checkout the repository
12+ # 1️⃣ Checkout repo
1313 - uses : actions/checkout@v2
1414
1515 # 2️⃣ Set up Python 3.11
1818 with :
1919 python-version : 3.11
2020
21- # 3️⃣ Cache pip packages for speed
21+ # 3️⃣ Cache pip packages for faster builds
2222 - name : Cache pip
2323 uses : actions/cache@v3
2424 with :
Original file line number Diff line number Diff line change 11# Jupyter Book ecosystem
22jupyter-book == 0.13.1
33notebook == 7.3.1
4- jupyterlab == 4.1.4
5- jupyter-server == 2.15.0
6- nbclient == 0.8.0
7- nbconvert == 7.5.0
8- nbformat == 5.9.0
9- traitlets == 5.9.0
104
115# Core scientific packages
126numpy == 1.24.4
@@ -28,4 +22,4 @@ argon2-cffi-bindings==21.1.0
2822
2923# Utilities
3024tqdm == 4.66.0
31- appnope == 0.1.4 # macOS only
25+ appnope == 0.1.4 # macOS only
You can’t perform that action at this time.
0 commit comments