Skip to content

Commit

Permalink
Update self.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena authored Aug 5, 2024
1 parent 4ca8d20 commit 18ae418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# show timings of tests
PYTEST_ADDOPTS: "--durations=0"
run: |
poetry run python -c "import matgl; matgl.clear_cache()"
poetry run pytest --cov janus_core --cov-append .
- name: Report coverage to Coveralls
Expand All @@ -41,7 +40,7 @@ jobs:

coverage:
needs: tests
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 18ae418

Please sign in to comment.