diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index e7b15161c4..92fd9ce256 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -41,6 +41,7 @@ jobs: CIBW_ARCHS_LINUX: x86_64 aarch64 CIBW_ARCHS_MACOS: x86_64 arm64 CIBW_ARCHS_WINDOWS: AMD64 x86 + CIBW_BEFORE_BUILD: pip freeze 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