From 8f63e7b57d501d68bfad209bc6b1077b38e7830c Mon Sep 17 00:00:00 2001 From: Michael Penkov Date: Mon, 15 May 2023 11:46:06 +0900 Subject: [PATCH] add pip freeze prior to wheel build --- .github/workflows/build-wheels.yml | 1 + 1 file changed, 1 insertion(+) 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