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:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
python: "3.11"
|
||||
apt_packages:
|
||||
- libgirepository1.0-dev
|
||||
jobs:
|
||||
@ -11,7 +11,7 @@ build:
|
||||
- python -m pip install --constraint=.github/constraints.txt poetry
|
||||
- poetry config virtualenvs.create false
|
||||
post_install:
|
||||
- poetry install --with docs
|
||||
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
fail_on_warning: false
|
||||
|
Loading…
Reference in New Issue
Block a user