Skip to content

Commit

Permalink
update rtd: add virtual env path
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Mar 26, 2024
1 parent b7dd836 commit c3d8ec0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ build:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --all-extras
- which python
- which pip
- pip list
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-extras

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit c3d8ec0

Please sign in to comment.