From bee88aa54ddf8f7ad32b8f26bc88d7f6a549678e Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 6 Feb 2026 11:58:49 +1100 Subject: [PATCH 1/2] feat: enable PR-scoped build caching in CI Add save-cache: true to restore-jupyter-cache step so subsequent pushes to the same PR restore the prior build and only re-execute changed notebooks. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d630d..7cec01b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: with: cache-type: 'build' source-dir: 'lectures' + save-cache: 'true' - name: Build HTML id: build From 991e1a227719de39985ea9ce30a2867098da7367 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 6 Feb 2026 12:14:33 +1100 Subject: [PATCH 2/2] test: trigger second CI run to verify cache restoration --- lectures/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/intro.md b/lectures/intro.md index 7b3607e..cd32778 100644 --- a/lectures/intro.md +++ b/lectures/intro.md @@ -11,7 +11,7 @@ kernelspec: # (TEST) A First Course in Quantitative Economics with Python -This lecture series provides an introduction to quantitative economics using Python. +This lecture series provides an introduction to quantitative economics using Python. ```{tableofcontents} ```