Skip to content

Commit

Permalink
issue with architecture: x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Milstein committed Jul 31, 2024
1 parent 68b9dd1 commit 1ba5405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ba5405

Please sign in to comment.