Skip to content

Commit

Permalink
add pip freeze prior to wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed May 15, 2023
1 parent 700ee3b commit 8f63e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f63e7b

Please sign in to comment.