We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fbff4 commit f97b5b3Copy full SHA for f97b5b3
.github/workflows/lint-doctypes.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
python-version: '3.10'
22
- name: Install kdl
23
- run: pip install kdl
+ run: pip install kdl-py
24
- name: Verify failing tests and orphaned tests
25
run: |
26
python .github/workflows/lint/lint-doctypes.py
0 commit comments