File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 99 python : " 3.8"
1010 jobs :
1111 post_install :
12+ # https://github.com/pdm-project/pdm/discussions/1365#discussioncomment-3581356
1213 - env
1314 - ls -al $READTHEDOCS_VIRTUALENV_PATH
1415 - python --version
1516 - python -c "import sys; print(sys.executable)"
1617 - ls -l $(python -c "import sys; print(sys.executable)")
1718 # Install PDM in its own isolated environment, so docs deps don't trample its deps
1819 - curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python -
19- # TODO how to get `pdm` on the $PATH?
20+ # TODO export `pdm` on the $PATH?
2021 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH $HOME/.local/bin/pdm info
21- # https://github.com/pdm-project/pdm/discussions/1365#discussioncomment-3581356
22- # NOTE: pandoc fails in isolation mode
2322 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH $HOME/.local/bin/pdm sync -v -G viz -dG docs
You can’t perform that action at this time.
0 commit comments