Skip to content

Commit

Permalink
CI: Allow pre-release Python setup in report-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 20, 2024
1 parent f462045 commit 8259495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/report-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
with:
# Use latest Python, so it understands all syntax.
python-version: "3.13"
allow-prereleases: true

- run: python -Im pip install --upgrade coverage[toml]
shell: bash
Expand Down

0 comments on commit 8259495

Please sign in to comment.