Skip to content

Commit

Permalink
yaml fix for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Aug 22, 2023
1 parent 6f6f20e commit ad26c58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
build_linux:
build_linux:
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
maxColorRange: 100
minColorRange: 0
namedLogo: Pytest
- name: Send coverage report
run: |
coveralls --service=github
- name: Send coverage report
run: |
coveralls --service=github

0 comments on commit ad26c58

Please sign in to comment.