From 1ba5405b0034a922c86105c9267c35537573ecfd Mon Sep 17 00:00:00 2001 From: Milson Munakami Date: Wed, 31 Jul 2024 13:25:10 -0400 Subject: [PATCH] issue with architecture: x64 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3884dea..f0901c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + architecture: x64 - name: Install dependencies and setup git config run: | python -m pip install --upgrade pip @@ -60,6 +61,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + architecture: x64 - name: Install dependencies and setup git config run: | python -m pip install --upgrade pip