Skip to content

Commit

Permalink
ci: updated .readthedocs.yml to explicitly set VIRTUEL_ENV for poetry…
Browse files Browse the repository at this point in the history
… to work again
  • Loading branch information
ErikBjare committed Nov 23, 2024
1 parent 3e57df6 commit f2d57f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ build:
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
apt_packages:
- graphviz

Expand Down

0 comments on commit f2d57f2

Please sign in to comment.