Skip to content

Commit 2ed6a1c

Browse files
update darglint to be run from py3.12
1 parent 43789ed commit 2ed6a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/darglint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525

2626
- name: Set up Python
27-
run: uv python install 3.11
27+
run: uv python install 3.12 # this fails in 3.11
2828

2929
- name: Install dependencies
3030
run: uv sync --frozen --extra dev

0 commit comments

Comments
 (0)