From 05aebf63d8b712e8c14a2fdb6ff7170ea74a7a59 Mon Sep 17 00:00:00 2001 From: Derek Guenther Date: Sat, 27 Apr 2024 13:56:45 -0400 Subject: [PATCH] Try brew --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 59ca128..2d62bd6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Install Python setuptools - run: pip install setuptools + run: brew install python-setuptools - name: Setup Node.js uses: actions/setup-node@v2