Skip to content

Commit

Permalink
use python -m
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 12, 2024
1 parent 6c11dd3 commit a9227f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}

0 comments on commit a9227f7

Please sign in to comment.