Skip to content

Commit 9ecc623

Browse files
committed
Lock setuptools version
No module named 'setuptools.command.test'
1 parent cdd457c commit 9ecc623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/run/init-py.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +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"
1415
pip install pdm==2.10.3
1516
pdm install -p tools/ci

0 commit comments

Comments
 (0)