Skip to content

Commit

Permalink
Install missing readline
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 1, 2024
1 parent 578bb84 commit 8366362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
# Uninstall libomp for compatibility with issue #817
brew uninstall --ignore-dependencies libomp || echo "libomp doesn't exist"
- name: Install readline
run: |
bash packaging/python/build_static_readline_osx.bash
- name: Build MacOS Wheel
run: |
echo "PATH=/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH" >> $GITHUB_ENV
Expand Down

0 comments on commit 8366362

Please sign in to comment.