Skip to content

Commit

Permalink
updated build names
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed May 9, 2024
1 parent ea24ce9 commit 7819b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}

combine_reports:
needs: [ create_coverage_reports ]
needs: [ pytest_coverage ]
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
path: htmlcov

coveralls:
needs: [ create_coverage_reports ]
needs: [ pytest_coverage ]
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 7819b9e

Please sign in to comment.