Skip to content

Commit

Permalink
stop requesting x64
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored May 4, 2024
1 parent ebe39dd commit 3935261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
#architecture: 'x64'
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools wheel
Expand Down

0 comments on commit 3935261

Please sign in to comment.