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 ee1529d commit c0cea0eCopy full SHA for c0cea0e
doc/rtd-bootstrap.sh
@@ -8,7 +8,7 @@
8
set -euxo pipefail
9
10
mkdir -p build/
11
-curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/2.7.4/install-pdm.py > build/install-pdm.py
+curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/2.22.2/install-pdm.py > build/install-pdm.py
12
mkdir -p build/root/
13
-python build/install-pdm.py --path build/root -v 2.7.4
+python build/install-pdm.py --path build/root -v 2.22.2
14
build/root/bin/pdm install -dG doc
0 commit comments