From 4645c553e0d7f4a56a113fa8b59d2b2956140aee Mon Sep 17 00:00:00 2001 From: Flavio F Lima Date: Thu, 23 Jan 2025 12:30:30 +0000 Subject: [PATCH] fix: setuptools second try --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75a2dd8af..0ab1866e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,11 +114,8 @@ jobs: - name: Install node-gyp run: pnpm add --global node-gyp shell: bash - - name: install pipx - run: brew install pipx - shell: bash - - name: install python setuptools - run: pipx install setuptools + - name: install setuptools + run: brew install python-setuptools shell: bash - name: Reconfigure git to use HTTP authentication run: >