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 def4f9f commit ea24ce9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
name: pecos_${{ matrix.python-version }}_${{ matrix.os }}.whl
path: dist/pecos*

test:
name: Test install and usage of pecos
install_import:
needs: build
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -67,7 +66,7 @@ jobs:
run: |
python -c "import pecos"
create_coverage_reports:
pytest_coverage:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -142,7 +141,7 @@ jobs:
name: coverage
path: htmlcov

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

0 comments on commit ea24ce9

Please sign in to comment.