Skip to content

Commit

Permalink
Add setuptools-rust to the build tools list
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jun 24, 2024
1 parent 747e7ff commit 1603020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-image/conf/install.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp $CONF/nose2.cfg .

python3 -mvirtualenv --python=`which python3` ./virtualenv
source ./virtualenv/bin/activate
pip install -U 'pip==21.3.1' 'setuptools<64' maturin
pip install -U 'pip==21.3.1' 'setuptools<64' setuptools-rust maturin

pip install --requirement ./requirements.txt --no-cache --src ./src --no-build-isolation
pip freeze > freeze.txt
Expand Down

0 comments on commit 1603020

Please sign in to comment.