We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7033752 commit 2bdb9f1Copy full SHA for 2bdb9f1
1 file changed
.github/workflows/breaking-change-check.yml
@@ -43,7 +43,7 @@ jobs:
43
python-version: '3.10'
44
45
- name: Install griffe
46
- run: pip install griffe
+ run: pip install griffe==1.7.3
47
48
# Fetch the base branch so the ref is available for griffe's worktree.
49
- name: Fetch base branch
@@ -122,7 +122,7 @@ jobs:
122
"",
123
]
124
for b in breakages:
125
- lines.append(b.explain(style=griffe.ExplanationStyle.markdown))
+ lines.append(b.explain())
126
127
lines += [
128
0 commit comments