diff --git a/.github/workflows/self.yml b/.github/workflows/self.yml index 3fb636ce..e0992c14 100644 --- a/.github/workflows/self.yml +++ b/.github/workflows/self.yml @@ -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 @@ -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