Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Jul 8, 2024
1 parent d86cbbe commit 0348ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pytest tests/common --cov
shell: bash
- uses: AndreMiras/coveralls-python-action@v20201129
- uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true
flag-name: python-${{ matrix.python-version }}
Expand All @@ -36,6 +36,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: AndreMiras/coveralls-python-action@v20201129
- uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit 0348ee1

Please sign in to comment.