From d746d730f3ebf1f3abf586e1425e81ca4060ca18 Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:42:53 +0000 Subject: [PATCH] Fix coveralls --- .github/workflows/mac.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 5f924c52..f296f151 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -28,9 +28,12 @@ jobs: env: # show timings of tests PYTEST_ADDOPTS: "--durations=0" + run: uv run pytest --run-extra-mlips --cov janus_core --cov-append . + + - name: Set Path run: | source ~/.zshrc - uv run pytest --run-extra-mlips --cov janus_core --cov-append . + echo "PATH=$PATH" >> $GITHUB_ENV - name: Report coverage to Coveralls uses: coverallsapp/github-action@v2