Skip to content

Commit d73b693

Browse files
committed
fix the doctypes lint
1 parent f97b5b3 commit d73b693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-doctypes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: '3.10'
2222
- name: Install kdl
23-
run: pip install kdl-py
23+
run: pip install kdl-py==1.2.0
2424
- name: Verify failing tests and orphaned tests
2525
run: |
2626
python .github/workflows/lint/lint-doctypes.py

0 commit comments

Comments
 (0)