Skip to content

Commit 22e6c65

Browse files
authored
Merge pull request #206 from thtom/coverage_badge_python_version
ci: fix coverage badge python version
2 parents 596faef + d261cdb commit 22e6c65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coverage_badge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- uses: actions/checkout@v5
1818
with:
1919
ref: ${{ github.head_ref }}
20+
- uses: actions/setup-python@v6
21+
with:
22+
python-version: "3.x"
2023

2124
- name: Install Poetry
2225
run: |

0 commit comments

Comments
 (0)