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 afa4e8f commit 5adaef3Copy full SHA for 5adaef3
ci-image/conf/install.sh.template
@@ -10,7 +10,7 @@ cp $CONF/nose2.cfg .
10
11
python3 -mvirtualenv --python=`which python3` ./virtualenv
12
source ./virtualenv/bin/activate
13
-pip install -U 'pip==21.3.1' 'setuptools<64' setuptools-rust maturin
+pip install -U 'pip==21.3.1' 'setuptools<64' 'wheel==0.45.1' setuptools-rust maturin
14
15
pip install --requirement ./requirements.txt --no-cache --src ./src --no-build-isolation
16
pip freeze > freeze.txt
0 commit comments