diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1152d9d..513b4b6 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -66,5 +66,5 @@ jobs: - name: Submit results to Coveralls using cpp-coveralls run: | - python3 -m pip install cpp-coveralls - python3 -m coveralls -r ./ -E ".*/tests/.*" -E ".*/build_test/.*" -E ".*/demo/.*" t ${{env.TOKEN}} + pip install cpp-coveralls + coveralls -r ./ -E ".*/tests/.*" -E ".*/build_test/.*" -E ".*/demo/.*" t ${{env.TOKEN}}