Skip to content

Commit

Permalink
Revert "Implement temporary fix for CI (#376)"
Browse files Browse the repository at this point in the history
This reverts commit fe6e6d9.
  • Loading branch information
ElliottKasoar committed Jan 8, 2025
1 parent 4df44ae commit 1b05862
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b05862

Please sign in to comment.