Skip to content

Commit 637629d

Browse files
authored
fix init py script
1 parent 0df38c5 commit 637629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/run/init-py.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ test -f ~/.netrc && chmod u+rw,u-x,go-rwx ~/.netrc
1111

1212
python3.10 -m venv --copies ".venv" || python3 -m venv --copies ".venv"
1313
source .venv/bin/activate
14-
pip3 install "setuptools<72.0.0"
14+
pip install "setuptools<72.0.0"
1515
pip install pdm==2.10.3
1616
pdm install -p tools/ci --no-isolation

0 commit comments

Comments
 (0)