We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef89302 commit 9308813Copy full SHA for 9308813
docs/user/build-customization.rst
@@ -326,10 +326,10 @@ Take a look at the following example:
326
jobs:
327
post_create_environment:
328
# Install poetry
329
+ # https://python-poetry.org/docs/#installing-manually
330
- pip install poetry
331
# Tell poetry to not use a virtual environment
332
- poetry config virtualenvs.create false
- post_install:
333
# Install dependencies with 'docs' dependency group
334
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
335
- poetry install --with docs
0 commit comments