From e1a29fa65e5fbd5a52fa330de34bf5720bf74780 Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Fri, 5 Dec 2025 09:42:55 +0000 Subject: [PATCH] Add environment activation instructions to AGENTS.md --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index a4f8848f..88d3341f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,5 +1,9 @@ # AGENTS +## Environment + +- **Activation required**: Always run `conda activate CausalPy` before executing any Python commands, tests, or scripts + ## Testing preferences - Write all Python tests as `pytest` style functions, not unittest classes