Skip to content

Commit

Permalink
Fix YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Oct 4, 2024
1 parent 7a36ddf commit 06a253a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
if: always()
runs-on: "ubuntu-latest"
needs: ["Windows", "Ubuntu", "macOS"]

steps:
- uses: actions/checkout@v4
- name: "Use latest Python so it understands all syntax"
Expand All @@ -101,8 +102,8 @@ jobs:
merge-multiple: true

- name: Combine coverage & fail if it's <100%
run:
python -Im pip install --upgrade coverage[toml]|
run: |
python -Im pip install --upgrade coverage[toml]
python -Im coverage combine
python -Im coverage html --skip-covered --skip-empty
Expand Down

0 comments on commit 06a253a

Please sign in to comment.