Skip to content

Commit

Permalink
Show Python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 20, 2024
1 parent 8c4901d commit b169caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,21 @@ jobs:
timeout-minutes: 15
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
run: |
hatch run test:python --version
hatch run cov:test --cov-fail-under 50 || hatch run test:test --lf
- name: Run the tests on pypy
timeout-minutes: 15
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
run: |
hatch run test:python --version
hatch run test:nowarn || hatch run test:nowarn --lf
- name: Run the tests on Windows
timeout-minutes: 15
if: ${{ startsWith(matrix.os, 'windows') }}
run: |
hatch run test:python --version
hatch run cov:nowarn || hatch run test:nowarn --lf
- name: Check Launcher
Expand Down

0 comments on commit b169caa

Please sign in to comment.