Skip to content

Commit

Permalink
update build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed May 15, 2023
1 parent a6cdaa0 commit 69c33bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_WINDOWS: AMD64 x86
CIBW_BEFORE_BUILD: python .github/workflows/pipfreezedammit.py
CIBW_BEFORE_TEST: python .github/workflows/pipfreezedammit.py
CIBW_SKIP: pp* cp36-* cp37-* *-win32 *_i686 *-musllinux_*
CIBW_TEST_COMMAND: pytest -rfxEXs --durations=20 --disable-warnings --showlocals --pyargs gensim
CIBW_TEST_REQUIRES: pytest testfixtures mock
Expand Down

0 comments on commit 69c33bf

Please sign in to comment.