Skip to content

Commit

Permalink
Implement temporary fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jan 6, 2025
1 parent 6d3310f commit 6607da4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6607da4

Please sign in to comment.