Skip to content

Commit

Permalink
Paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 1, 2024
1 parent 6b931ed commit baa5d10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
cmake --version
# Uninstall libomp for compatibility with issue #817
brew uninstall --ignore-dependencies libomp || echo "libomp doesn't exist"
brew install cmake
echo "$(brew --prefix)/opt/cmake/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/flex/bin:$(brew --prefix)/opt/bison/bin" >> $GITHUB_PATH
- name: Install readline
run: |
Expand All @@ -60,8 +63,6 @@ jobs:
- name: Build MacOS Wheel
run: |
echo "/opt/homebrew/opt/flex/bin" >> $GITHUB_PATH
echo "/opt/homebrew/opt/bison/bin" >> $GITHUB_PATH
packaging/python/build_wheels.bash osx ${{ matrix.python-version }} coreneuron
- name: Upload wheel files
Expand Down

0 comments on commit baa5d10

Please sign in to comment.