We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2820644 commit b2a3c98Copy full SHA for b2a3c98
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: actions/setup-python@v5
27
with:
28
- python-version: 3.9
+ python-version: '3.13'
29
30
- name: Install dependencies
31
run: |
action.yml
@@ -21,7 +21,7 @@ runs:
21
- id: coverage-badge
22
working-directory: ${{ inputs.working-directory }}
23
24
- pip install -U coverage-badge
+ pip install -U setuptools coverage-badge
EXTRA_ARGS=""
if [[ '${{ inputs.overwrite }}' == 'true' ]]; then
0 commit comments