Skip to content

Commit 8d915ea

Browse files
authored
Pin databind package versions in gh-release CI (microsoft#2094)
* Pin databind version * Pin databind version in gh-release CI
1 parent d3ec629 commit 8d915ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-website.yml

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
run: |
8888
python -m pip install --upgrade pip
8989
pip install pydoc-markdown pyyaml termcolor
90+
# Pin databind packages as version 4.5.0 is not compatible with pydoc-markdown.
91+
pip install databind.core==4.4.2 databind.json==4.4.2
9092
- name: pydoc-markdown run
9193
run: |
9294
pydoc-markdown

0 commit comments

Comments
 (0)