From a4b8eb0781a500c9273c354e63b5b4290cfef3c2 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 18 Dec 2023 12:58:10 +0100 Subject: [PATCH] add setuptools installation to prevent macos issues --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 10c74be9..902e2085 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -41,6 +41,7 @@ jobs: - name: Build wheel run: | + pip install setuptools pip install wheel python setup.py bdist_wheel