diff --git a/.github/workflows/python-coverage.yaml b/.github/workflows/python-coverage.yaml index 53360a3d..7ebd80c3 100644 --- a/.github/workflows/python-coverage.yaml +++ b/.github/workflows/python-coverage.yaml @@ -24,4 +24,4 @@ jobs: - name: run-pytest shell: bash - run: tools/code_coverage/coverage.sh 168 # ${{ github.event.pull_request.number }} + run: bash tools/code_coverage/coverage.sh 168 # ${{ github.event.pull_request.number }}