Skip to content

Commit f65cb48

Browse files
Sundar Raghavansundargthb
authored andcommitted
fix: pin griffe version and fix ExplanationStyle attribute error
1 parent 7033752 commit f65cb48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/breaking-change-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: '3.10'
4444

4545
- name: Install griffe
46-
run: pip install griffe
46+
run: pip install griffe==1.7.3
4747

4848
# Fetch the base branch so the ref is available for griffe's worktree.
4949
- name: Fetch base branch
@@ -122,7 +122,7 @@ jobs:
122122
"",
123123
]
124124
for b in breakages:
125-
lines.append(b.explain(style=griffe.ExplanationStyle.markdown))
125+
lines.append(b.explain())
126126
127127
lines += [
128128
"",

0 commit comments

Comments
 (0)