Skip to content

Commit

Permalink
Remove coveralls install from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed May 10, 2021
1 parent 8c853cb commit 714c229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tunnelIdentifier: github-action-tunnel

- name: Install test dependencies
run: pip install tox coveralls
run: pip install tox

- name: Set env
run: echo "USE_SAUCE_LABS=True" >> $GITHUB_ENV
Expand Down

0 comments on commit 714c229

Please sign in to comment.