diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8fba1737..5d781bc0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,7 +33,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --archs auto64 --output-dir wheelhouse env: - # CIBW_BEFORE_BUILD: pip install -v git+https://github.com/kpu/kenlm.git + # TODO: move back to kpu/kenlm once https://github.com/kpu/kenlm/pull/446 is merged CIBW_BEFORE_BUILD: pip install -v git+https://github.com/jacobkahn/kenlm.git@fix_false_positive_compression_libs CIBW_PRERELEASE_PYTHONS: 0 CIBW_BUILD_VERBOSITY: 1