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:
|
jobs:
|
||||||
post_create_environment:
|
post_create_environment:
|
||||||
# Install poetry
|
# Install poetry
|
||||||
- pip install poetry
|
- python -m pip install poetry
|
||||||
# Tell poetry to not use a virtual environment
|
# Tell poetry to not use a virtual environment
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
post_install:
|
post_install:
|
||||||
# Install dependencies with 'docs' dependency group
|
# 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