Skip to content

Commit

Permalink
Fix x86 wheels building. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 14, 2020
1 parent cf00ed2 commit 8109eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -205,7 +205,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.pyver }}
architecture: ${{ arch }}
architecture: ${{ matrix.arch }}
- name: Install dependencies
run: |
python -m pip install -U setuptools wheel
Expand Down

0 comments on commit 8109eaf

Please sign in to comment.