From ea06da2992f75cbc5a64f6724160b12bdde895c7 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Tue, 12 Mar 2024 11:17:39 +0100 Subject: [PATCH] fix --- .github/workflows/CI_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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