From 44fd558db258c8f3adc106b5cc3acf0280e8182b Mon Sep 17 00:00:00 2001 From: finlayclark Date: Tue, 24 Sep 2024 14:21:34 +0100 Subject: [PATCH] Tweak `make env` to get docs to build on actions --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ab64078..ff698a6 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ TEST_ARGS := -v --cov=$(PACKAGE_NAME) --cov-report=term --cov-report=xml --junit env: mamba create --name $(PACKAGE_NAME) mamba env update --name $(PACKAGE_NAME) --file devtools/conda-envs/test.yaml + conda activate $(PACKAGE_NAME) $(CONDA_ENV_RUN) pip install --no-deps -e . $(CONDA_ENV_RUN) pre-commit install || true