Skip to content

Commit b2a3c98

Browse files
authored
fix: installation error (#174)
* fix: installation error * Update test.yml
1 parent 2820644 commit b2a3c98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.9
28+
python-version: '3.13'
2929

3030
- name: Install dependencies
3131
run: |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
- id: coverage-badge
2222
working-directory: ${{ inputs.working-directory }}
2323
run: |
24-
pip install -U coverage-badge
24+
pip install -U setuptools coverage-badge
2525
EXTRA_ARGS=""
2626
2727
if [[ '${{ inputs.overwrite }}' == 'true' ]]; then

0 commit comments

Comments
 (0)