From c87bc39ad8c22d7a32aa321945f51fcbdeceb384 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 18:15:24 -0500 Subject: [PATCH] actions take 95 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f98ac9a7..ecf8e14a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,6 +99,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} + architecture: ${{ matrix.PLATFORM }} - name: Set env variables for pre-compiled Python if: matrix.goal == 'test'