diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index dd0755a6..7f8a4e87 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: pip install setuptools + run: python3 -m pip install setuptools - name: Install dependencies run: npm ci