Skip to content

Commit

Permalink
change windows build env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Apr 17, 2024
1 parent 277430a commit 5e920d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_ARCHS_WINDOWS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python_tag }}
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_TEST: pip install symspellpy --no-deps
Expand Down

0 comments on commit 5e920d8

Please sign in to comment.