From 6607da42f98fb633ea942e5d6b897692688d061c Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:25:52 +0000 Subject: [PATCH] Implement temporary fix for CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ae1bdf1..381303b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,9 @@ jobs: env: # show timings of tests PYTEST_ADDOPTS: "--durations=0" - run: uv run pytest --run-extra-mlips --cov janus_core --cov-append . + run: | + unset CI + uv run pytest --run-extra-mlips --cov janus_core --cov-append . - name: Report coverage to Coveralls uses: coverallsapp/github-action@v2