Skip to content

Commit 959d2d3

Browse files
committed
Tweak
1 parent bf61bbe commit 959d2d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ build:
99
post_create_environment:
1010
- "curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -"
1111
post_install:
12-
- pdm use $READTHEDOCS_VIRTUALENV_PATH
13-
- pdm sync -G :all,docs
12+
- "VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH ~/.local/bin/pdm sync -dG :all,docs"

0 commit comments

Comments
 (0)