diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index b207ff9..387956a 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -46,7 +46,7 @@ jobs: arch: x64 - name: Install cpp-coveralls - run: pip install --user cpp-coveralls + run: python -m pip install --user cpp-coveralls - name: Setup Dependencies shell: powershell @@ -73,4 +73,4 @@ jobs: tar xvf build_test/gcov.tar.gz - name: Submit the gcov into the Coveralls - run: coveralls -i Testing/CoverageInfo/fluent_tray.hpp.gcov -t ${{env.TOKEN}} + run: python -m coveralls -i Testing/CoverageInfo/fluent_tray.hpp.gcov -t ${{env.TOKEN}}