Skip to content

Commit

Permalink
#169 Install pydantic extra in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Apr 25, 2024
1 parent 300dacb commit 2018782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
- pip install poetry==1.8.2
post_install:
# See https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --without dev
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install -E pydantic --without dev
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run python -m ipykernel install --user

sphinx:
Expand Down

0 comments on commit 2018782

Please sign in to comment.