|
|
|
@ -8,8 +8,8 @@ build: |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
post_create_environment: |
|
|
|
post_create_environment: |
|
|
|
- curl -sSL https://install.python-poetry.org | python3 - |
|
|
|
- curl -sSL https://install.python-poetry.org | python3 - |
|
|
|
- $HOME/.poetry/bin/poetry config virtualenvs.create false |
|
|
|
- $HOME/.local/bin/poetry config virtualenvs.create false |
|
|
|
- $HOME/.poetry/bin/poetry install |
|
|
|
- $HOME/.local/bin/poetry install |
|
|
|
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx |
|
|
|
# Build documentation in the docs/ directory with Sphinx |
|
|
|
sphinx: |
|
|
|
sphinx: |
|
|
|
|