Skip to content

Commit a4ff2c7

Browse files
authored
Merge pull request #12 from botify-labs/fix-rtd
2 parents 643eaf7 + 7675d8d commit a4ff2c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
tools:
1515
python: '3'
1616
jobs:
17+
post_create_environment:
18+
- python -m pip install poetry
1719
post_install:
18-
- pip install -U poetry
19-
- poetry config virtualenvs.create false
20-
- poetry install
20+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install

0 commit comments

Comments
 (0)