diff --git a/.gitea/workflows/sonarqube_python.yml b/.gitea/workflows/sonarqube_python.yml index a3a267c..ff12846 100644 --- a/.gitea/workflows/sonarqube_python.yml +++ b/.gitea/workflows/sonarqube_python.yml @@ -36,6 +36,10 @@ jobs: with: fetch-depth: 0 + - name: install hatch + if: ${{ inputs.run-coverage == true && inputs.use-hatch == true }} + run: pip install -U hatch + - name: get coverage (hatch) if: ${{ inputs.run-coverage == true && inputs.use-hatch == true }} run: hatch run default:cov