From e17671ad2c8d12a0cf5587e453b97989d27dd314 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 7 Nov 2025 16:12:34 +1100 Subject: [PATCH] Add test repository note to intro page Minor documentation update to validate global cache inheritance. This PR tests that a new branch with no local cache can successfully restore Conda and LaTeX caches from main branch. --- lectures/intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lectures/intro.md b/lectures/intro.md index 7b3607e..09c60f0 100644 --- a/lectures/intro.md +++ b/lectures/intro.md @@ -11,7 +11,9 @@ 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. + +**Note:** This is a test repository for validating GitHub Actions workflows and caching infrastructure. ```{tableofcontents} ```