diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 1138f2b..064f17b 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -35,7 +35,7 @@ jobs: - name: Run tests run: | - pytest --cov=estimenergy --cov-report=xml + poetry run pytest --cov=estimenergy --cov-report=xml - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master