Skip to content

Commit b257ec8

Browse files
committed
Install poetry with pipx
1 parent c9923d6 commit b257ec8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.readthedocs.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ build:
66
python: "3.10"
77
jobs:
88
post_create_environment:
9+
# Install pipx
10+
- pip install pipx
911
# Install poetry
10-
# https://python-poetry.org/docs/#installing-manually
11-
- pip install poetry
12-
# Tell poetry to not use a virtual environment
13-
- poetry config virtualenvs.create false
12+
# https://python-poetry.org/docs/#installing-with-pipx
13+
- pipx install poetry
1414
# Install project's dependencies
15-
- poetry install
15+
- pipx run poetry install
1616

1717
sphinx:
1818
configuration: docs/conf.py

0 commit comments

Comments
 (0)