Skip to content

Commit

Permalink
Pin databind version (microsoft#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Mar 20, 2024
1 parent 46f3466 commit 93ce477
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
pull_request:
branches: [main]
path:
- 'autogen/*'
- 'website/*'
- '.github/workflows/deploy-website.yml'
- "autogen/*"
- "website/*"
- ".github/workflows/deploy-website.yml"
push:
branches: [main]
path:
- 'autogen/*'
- 'website/*'
- '.github/workflows/deploy-website.yml'
- "autogen/*"
- "website/*"
- ".github/workflows/deploy-website.yml"
workflow_dispatch:
merge_group:
types: [checks_requested]
Expand Down Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pydoc-markdown pyyaml termcolor
# Pin databind packages as version 4.5.0 is not compatible with pydoc-markdown.
pip install databind.core==4.4.2 databind.json==4.4.2
- name: pydoc-markdown run
run: |
pydoc-markdown
Expand Down

0 comments on commit 93ce477

Please sign in to comment.