diff --git a/scripts/run-ci-build-wheel.sh b/scripts/run-ci-build-wheel.sh index c20041c1..c50118a1 100644 --- a/scripts/run-ci-build-wheel.sh +++ b/scripts/run-ci-build-wheel.sh @@ -36,7 +36,7 @@ echo "::endgroup::" echo "::group::Install build system" pip install ninja numpy -pip install --upgrade setuptools wheel build +pip install --upgrade setuptools==69.5.1 wheel build echo "::endgroup::"