Skip to content

Commit

Permalink
CI: Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Dec 13, 2023
1 parent 557eba3 commit 894d244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdir -p artifacts
cd dss_python_backend
$PYTHON -m pip install --upgrade pip
$PYTHON -m pip install --upgrade pip setuptools
$PYTHON -m pip install cffi wheel
$PYTHON setup.py --quiet bdist_wheel --py-limited-api cp37 --dist-dir=$ARTIFACTS_FOLDER

0 comments on commit 894d244

Please sign in to comment.