Skip to content

Commit

Permalink
revert to not using action
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Dec 11, 2023
1 parent e5df455 commit 724b735
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Upload coverage data to converalls.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: coverallsapp/github-action@v2
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
# run: |
# pip install --upgrade coveralls
# coveralls --service=github
run: |
pip install --upgrade coveralls
coveralls --service=github

0 comments on commit 724b735

Please sign in to comment.