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'