Skip to content

Commit 714c229

Browse files
committed
Remove coveralls install from CI
1 parent 8c853cb commit 714c229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tunnelIdentifier: github-action-tunnel
5050

5151
- name: Install test dependencies
52-
run: pip install tox coveralls
52+
run: pip install tox
5353

5454
- name: Set env
5555
run: echo "USE_SAUCE_LABS=True" >> $GITHUB_ENV

0 commit comments

Comments
 (0)