Skip to content

Commit

Permalink
detail reversion plan
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkahn committed Feb 25, 2024
1 parent 77bd83f commit 6143b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6143b30

Please sign in to comment.