diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 7f8a4e87..a4b5a9c7 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -24,7 +24,7 @@ jobs: xcode-select --install || true - name: Install setuptools - run: python3 -m pip install setuptools + run: brew install python-setuptools - name: Install dependencies run: npm ci