diff --git a/.github/workflows/CI_nightly.yml b/.github/workflows/CI_nightly.yml index 1e175c085..a94673b94 100644 --- a/.github/workflows/CI_nightly.yml +++ b/.github/workflows/CI_nightly.yml @@ -39,7 +39,7 @@ jobs: run: | for d in integrations/* ; do cd $d - hatch hatch run cov + hatch run cov hatch env prune # clean up the environment after docs generation cd - done \ No newline at end of file