We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e86ed commit 249ba49Copy full SHA for 249ba49
1 file changed
.readthedocs.yml
@@ -7,6 +7,7 @@ build:
7
python: "3.11"
8
jobs:
9
post_create_environment:
10
- - pip install pdm
+ - python -m pip install pdm
11
post_install:
12
+ - pdm use $READTHEDOCS_VIRTUALENV_PATH
13
- pdm install -G :all,docs
0 commit comments