From ab6a4a20df416f588272e3ffbb5a04789b1637dd Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 3 Feb 2024 18:43:29 -0500 Subject: [PATCH] Stop pretending to be x64 on M1 in CI (#10341) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8c4491bbcc6..4eab452ec35c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,6 @@ jobs: uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - architecture: 'x64' # we force this right now so that it will install the universal2 on arm64 cache: pip cache-dependency-path: ci-constraints-requirements.txt timeout-minutes: 3