Skip to content

Commit

Permalink
Fix 'test-gendocs' job in CircleCI (#2373)
Browse files Browse the repository at this point in the history
Probably https://github.com/quiltdata/pydoc-markdown is the right
place to fix this, but I don't want to touch it, since I think we
shouldn't use our homebrew solution at all.
  • Loading branch information
sir-sigurd authored Oct 14, 2021
1 parent 69bbc0f commit 9b7f9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- setup-venv
- run:
name: install deps
command: pip install api/python nbconvert git+https://github.com/quiltdata/pydoc-markdown.git@quilt
command: pip install PyYAML~=5.4.1 api/python nbconvert git+https://github.com/quiltdata/pydoc-markdown.git@quilt
- run:
name: generate docs
command: cd gendocs && python build.py
Expand Down

0 comments on commit 9b7f9c0

Please sign in to comment.