Skip to content

Commit e813b0b

Browse files
Fix coverage workflow
1 parent 6d269ea commit e813b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Set up Python
131131
uses: actions/setup-python@v5
132132
with:
133-
python-version: "3.11"
133+
python-version: "3.12"
134134

135135
- name: Upgrade pip
136136
run: |

0 commit comments

Comments
 (0)