Skip to content

Commit

Permalink
Tweak make env to get docs to build on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Sep 24, 2024
1 parent a8c1e6a commit 44fd558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 44fd558

Please sign in to comment.