From e83869c2c6c7af15ac5c9a1050ea1ebe05839c19 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 20 Feb 2024 14:32:31 +0100 Subject: [PATCH] Build: Fix macOS Py2.7 build. --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7119913b..bc552662 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -269,6 +269,7 @@ jobs: - name: Build wheels run: | set USE_BUNDLE=true + set PATH=/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH python setup.py --with-cython sdist ${{ contains(matrix.pyversion, '3.') && 'build_ext -j6' || '' }} bdist_wheel - name: Release