From 1b0586202435089ba2d458b076cf9e8ed4511b1a Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:51:40 +0000 Subject: [PATCH] Revert "Implement temporary fix for CI (#376)" This reverts commit fe6e6d9f551ce784837c85b92672e646f8e29309. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac34d3f3..47ed7557 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,7 @@ jobs: env: # show timings of tests PYTEST_ADDOPTS: "--durations=0" - run: | - unset CI - uv run pytest --run-extra-mlips --cov janus_core --cov-append . + run: uv run pytest --run-extra-mlips --cov janus_core --cov-append . - name: Report coverage to Coveralls uses: coverallsapp/github-action@v2