diff --git a/.github/ci-hpc-config.yml b/.github/ci-hpc-config.yml index 0ea3a58..c35a99d 100644 --- a/.github/ci-hpc-config.yml +++ b/.github/ci-hpc-config.yml @@ -13,5 +13,3 @@ build: pytest_cmd: | python -m pytest -vv -m 'not notebook and not no_cache_init' --cov=. --cov-report=xml - python -m pytest --forked -vv -m 'no_cache_init' - python -m coverage report