mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Fix docs build for Poetry >=1.8 (#1900)
This commit is contained in:
@@ -10,9 +10,9 @@ build:
|
||||
jobs:
|
||||
post_create_environment:
|
||||
# Install poetry
|
||||
- pip install poetry
|
||||
- python -m pip install poetry
|
||||
# Tell poetry to not use a virtual environment
|
||||
- poetry config virtualenvs.create false
|
||||
post_install:
|
||||
# Install dependencies with 'docs' dependency group
|
||||
- poetry install --with docs --all-extras
|
||||
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs --all-extras
|
||||
|
||||
Reference in New Issue
Block a user