Skip to content

Commit

Permalink
Attempt 6 to get CI working on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Sep 17, 2024
1 parent a6a1a3f commit 499ea1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PACKAGE_NAME := red
PACKAGE_DIR := red

# If we're running in GitHub Actions, we need to use micromamba instead of conda.
CONDA_ENV_RUN = $(if $(GITHUB_ACTIONS),micromamba run -n $(PACKAGE_NAME),conda run --no-capture-output --name $(PACKAGE_NAME))
CONDA_ENV_RUN = $(if $(GITHUB_ACTIONS),"",conda run --no-capture-output --name $(PACKAGE_NAME))

TEST_ARGS := -v --cov=$(PACKAGE_NAME) --cov-report=term --cov-report=xml --junitxml=unit.xml --color=yes

Expand Down

0 comments on commit 499ea1b

Please sign in to comment.