We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97b5b3 commit d73b693Copy full SHA for d73b693
.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-py
+ run: pip install kdl-py==1.2.0
24
- name: Verify failing tests and orphaned tests
25
run: |
26
python .github/workflows/lint/lint-doctypes.py
0 commit comments