Skip to content

Commit 89366cc

Browse files
committed
⬆️ Upgrade build software and dependencies
- Upgrade anaconda to 2025.12 - Upgrade quantecon-book-theme to 0.15.1 - Add jupyter-book version constraint (<2.0) - Configure Dependabot for conda ecosystem with jupyter-book restriction - Add nb_merge_streams and path_to_docs to _config.yml - Temporarily disable build cache for full execution check
1 parent 753de32 commit 89366cc

File tree

5 files changed

+940
-10
lines changed

5 files changed

+940
-10
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ updates:
1111
prefix: ⬆️
1212
schedule:
1313
interval: weekly
14+
15+
- package-ecosystem: "conda"
16+
directory: "/"
17+
commit-message:
18+
prefix: ⬆️
19+
schedule:
20+
interval: weekly
21+
ignore:
22+
- dependency-name: "jupyter-book"
23+
versions: [">=2.0"]

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
- name: Display Pip Versions
3939
shell: bash -l {0}
4040
run: pip list
41-
- name: Download "build" folder (cache)
42-
uses: dawidd6/action-download-artifact@v9
43-
with:
44-
workflow: cache.yml
45-
branch: main
46-
name: build-cache
47-
path: _build
41+
# - name: Download "build" folder (cache)
42+
# uses: dawidd6/action-download-artifact@v9
43+
# with:
44+
# workflow: cache.yml
45+
# branch: main
46+
# name: build-cache
47+
# path: _build
4848
# # Build Assets (Download Notebooks and PDF via LaTeX)
4949
# - name: Build PDF from LaTeX
5050
# shell: bash -l {0}

0 commit comments

Comments
 (0)