Skip to content

Commit f2d57f2

Browse files
committed
ci: updated .readthedocs.yml to explicitly set VIRTUEL_ENV for poetry to work again
1 parent 3e57df6 commit f2d57f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ build:
1212
jobs:
1313
post_create_environment:
1414
- pip install poetry
15-
- poetry config virtualenvs.create false
1615
post_install:
17-
- poetry install
16+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
1817
apt_packages:
1918
- graphviz
2019

0 commit comments

Comments
 (0)