Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Dec 11, 2023
1 parent d6f40c6 commit 754fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload coverage data to converalls.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.os }} == "ubuntu-latest" && ${{ matrix.python-version }} == "ubuntu-latest"
if: ${{ matrix.os }} == "ubuntu-latest" && ${{ matrix.python-version }} == "3.11"
run: |
pip install --upgrade coveralls
coveralls --service=github

0 comments on commit 754fe81

Please sign in to comment.