Skip to content

Commit

Permalink
update syntax in action
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Dec 11, 2023
1 parent 754fe81 commit 5db9938
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 }} == "3.11"
if: ${{ matrix.os }} == 'ubuntu-latest' && ${{ matrix.python-version }} == '3.11'
run: |
pip install --upgrade coveralls
coveralls --service=github

0 comments on commit 5db9938

Please sign in to comment.