Skip to content

Commit be150ea

Browse files
Updated files with 'repo_helper'. (#32)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> Co-authored-by: Dominic Davis-Foster <[email protected]>
1 parent d648cc5 commit be150ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dependencies 🔧
6969
run: |
7070
python -m pip install --upgrade pip setuptools wheel
71-
python -m pip install --upgrade coveralls coverage_pyver_pragma
71+
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
7272
7373
- name: "Download Coverage 🪂"
7474
uses: actions/download-artifact@v2
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
run: |
97-
coveralls
97+
coveralls --service=github
9898
9999
Deploy:
100100
needs: tests

0 commit comments

Comments
 (0)