Skip to content

Commit

Permalink
Build mac
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanserre committed Jul 12, 2024
1 parent 70dd285 commit 6ef8324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ jobs:
pygkls/libpygkls.so
pygkls/pygkls*.so
build-x86-macos:
build-arm-macos:
runs-on: macos-latest
needs: build-x86-linux
steps:
- uses: actions/checkout@v4

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pygkls/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

# Get the include path for the python3 interpreter
python_include = os.popen("python3 -m pybind11 --includes").read().strip()
python_include = os.popen("python -m pybind11 --includes").read().strip()

# check if macos
lib_name = "libpygkls.so"
Expand Down

0 comments on commit 6ef8324

Please sign in to comment.