Skip to content

Commit

Permalink
Update Poetry to version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Feb 27, 2024
1 parent e8c126f commit d23d56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.7.1
poetry==1.8.1
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"
apt_packages:
- libgirepository1.0-dev
jobs:
pre_install:
- 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

0 comments on commit d23d56e

Please sign in to comment.