From 656e6c5f61577ef88fa5adddcd9e9345a4468f92 Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Sun, 1 Sep 2024 11:49:06 -0700 Subject: [PATCH] Install setuptools to build wheel --- .github/workflows/install_from_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_from_wheel.yml b/.github/workflows/install_from_wheel.yml index 95097883..977f5045 100644 --- a/.github/workflows/install_from_wheel.yml +++ b/.github/workflows/install_from_wheel.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get update sudo apt-get install -y inkscape pip install --upgrade pip - pip install build wheel numpy "cython<3.0" + pip install setuptools build wheel numpy "cython<3.0" - name: Create the wheel run: python setup.py bdist_wheel