|
|
|
@ -2,14 +2,14 @@ version: 2 |
|
|
|
|
|
|
|
|
|
|
|
# Set the version of Python and other tools you might need |
|
|
|
# Set the version of Python and other tools you might need |
|
|
|
build: |
|
|
|
build: |
|
|
|
os: ubuntu-20.04 |
|
|
|
os: "ubuntu-22.04" |
|
|
|
tools: |
|
|
|
tools: |
|
|
|
python: "3.10" |
|
|
|
python: "3.10" |
|
|
|
|
|
|
|
jobs: |
|
|
|
python: |
|
|
|
post_create_environment: |
|
|
|
install: |
|
|
|
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - |
|
|
|
- method: pip |
|
|
|
- $HOME/.poetry/bin/poetry config virtualenvs.create false |
|
|
|
path: . |
|
|
|
- $HOME/.poetry/bin/poetry install |
|
|
|
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx |
|
|
|
# Build documentation in the docs/ directory with Sphinx |
|
|
|
sphinx: |
|
|
|
sphinx: |
|
|
|
|