From e0a15f168ea6871a22f8a7edd0777c2e9b0a5e78 Mon Sep 17 00:00:00 2001 From: Alexander Gutkin Date: Thu, 26 Sep 2024 16:03:38 -0700 Subject: [PATCH] Also upgrading `setuptools` to latest on macOS. PiperOrigin-RevId: 679327172 --- .github/workflows/macos-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index dc07a412..b472c155 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -43,7 +43,7 @@ jobs: - name: Install requirements run: | brew install --display-times python || true - pip install --upgrade pip + pip install --upgrade pip setuptools pip install -r ./requirements.txt - name: Environment variables (debug dump)