Update Poetry to version 1.8.1
This commit is contained in:
parent
e8c126f031
commit
d23d56e028
2
.github/constraints.txt
vendored
2
.github/constraints.txt
vendored
@ -1 +1 @@
|
|||||||
poetry==1.7.1
|
poetry==1.8.1
|
||||||
|
@ -3,7 +3,7 @@ formats: all
|
|||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.9"
|
python: "3.11"
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- libgirepository1.0-dev
|
- libgirepository1.0-dev
|
||||||
jobs:
|
jobs:
|
||||||
@ -11,7 +11,7 @@ build:
|
|||||||
- python -m pip install --constraint=.github/constraints.txt poetry
|
- python -m pip install --constraint=.github/constraints.txt poetry
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
post_install:
|
post_install:
|
||||||
- poetry install --with docs
|
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
fail_on_warning: false
|
fail_on_warning: false
|
||||||
|
Loading…
Reference in New Issue
Block a user