Skip to content

Commit 5adaef3

Browse files
committed
Pin wheel==0.45.1
1 parent afa4e8f commit 5adaef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-image/conf/install.sh.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cp $CONF/nose2.cfg .
1010

1111
python3 -mvirtualenv --python=`which python3` ./virtualenv
1212
source ./virtualenv/bin/activate
13-
pip install -U 'pip==21.3.1' 'setuptools<64' setuptools-rust maturin
13+
pip install -U 'pip==21.3.1' 'setuptools<64' 'wheel==0.45.1' setuptools-rust maturin
1414

1515
pip install --requirement ./requirements.txt --no-cache --src ./src --no-build-isolation
1616
pip freeze > freeze.txt

0 commit comments

Comments
 (0)