Skip to content

Commit 6cab643

Browse files
authored
Pin databind version (#2091)
1 parent 38b64b6 commit 6cab643

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/deploy-website.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
pull_request:
55
branches: [main]
66
path:
7-
- 'autogen/*'
8-
- 'website/*'
9-
- '.github/workflows/deploy-website.yml'
7+
- "autogen/*"
8+
- "website/*"
9+
- ".github/workflows/deploy-website.yml"
1010
push:
1111
branches: [main]
1212
path:
13-
- 'autogen/*'
14-
- 'website/*'
15-
- '.github/workflows/deploy-website.yml'
13+
- "autogen/*"
14+
- "website/*"
15+
- ".github/workflows/deploy-website.yml"
1616
workflow_dispatch:
1717
merge_group:
1818
types: [checks_requested]
@@ -40,6 +40,8 @@ jobs:
4040
run: |
4141
python -m pip install --upgrade pip
4242
pip install pydoc-markdown pyyaml termcolor
43+
# Pin databind packages as version 4.5.0 is not compatible with pydoc-markdown.
44+
pip install databind.core==4.4.2 databind.json==4.4.2
4345
- name: pydoc-markdown run
4446
run: |
4547
pydoc-markdown

0 commit comments

Comments
 (0)