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 0df38c5 commit 637629dCopy full SHA for 637629d
tools/ci/run/init-py.sh
@@ -11,6 +11,6 @@ test -f ~/.netrc && chmod u+rw,u-x,go-rwx ~/.netrc
11
12
python3.10 -m venv --copies ".venv" || python3 -m venv --copies ".venv"
13
source .venv/bin/activate
14
-pip3 install "setuptools<72.0.0"
+pip install "setuptools<72.0.0"
15
pip install pdm==2.10.3
16
pdm install -p tools/ci --no-isolation
0 commit comments