Skip to content

Commit

Permalink
Clean up a comment
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
  • Loading branch information
dav3r and mcdonnnj committed Apr 20, 2022
1 parent 347a447 commit f009703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:
COVERALLS_PARALLEL: true
COVERALLS_SERVICE_NAME: github
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Skip this step for python 2.7 because coveralls uploads
# are no longer unsupported
# Skip this step for Python 2.7 because coveralls uploads
# are no longer supported
if: ${{ (matrix.python-version != '2.7') && success() }}
- name: Setup tmate debug session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit f009703

Please sign in to comment.