From 47ed59b242ad06900df092d60c339829b1e25119 Mon Sep 17 00:00:00 2001 From: Arthur Loureiro Date: Fri, 8 Dec 2023 13:57:01 +0100 Subject: [PATCH] forgot another bash call --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e6081a2..bff458a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -79,6 +79,7 @@ jobs: # Perform the unit test and outputs a coverage report - name: Test with pytest + shell: bash -l {0} run: pytest --cov=blind_2pt_cosmosis --cov-report=xml ./tests - name: Upload coverage reports to Codecov