Skip to content

Commit c9923d6

Browse files
committed
Use pip to install Poetry
1 parent 9e84564 commit c9923d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.readthedocs.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ build:
77
jobs:
88
post_create_environment:
99
# Install poetry
10-
# https://python-poetry.org/docs/#installing-with-the-official-installer
11-
- curl -sSL https://install.python-poetry.org | python -
10+
# https://python-poetry.org/docs/#installing-manually
11+
- pip install poetry
1212
# Tell poetry to not use a virtual environment
13-
- $HOME/.local/bin/poetry config virtualenvs.create false
13+
- poetry config virtualenvs.create false
1414
# Install project's dependencies
15-
- $HOME/.local/bin/poetry install
15+
- poetry install
1616

1717
sphinx:
1818
configuration: docs/conf.py

0 commit comments

Comments
 (0)