-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
- uses: pypa/[email protected] | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -27,6 +26,7 @@ jobs: | |
- name: Install Dependencies | ||
run: | | ||
sudo apt-get install libtbb-dev libhwloc-dev libboost-program-options-dev | ||
python3 -m pip install cibuildwheel>=2.22.0 | ||
- name: Build Python Wheels | ||
env: | ||
|
@@ -55,11 +55,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
- uses: pypa/[email protected] | ||
|
||
- name: Install Dependencies | ||
run: | | ||
brew install tbb boost hwloc | ||
brew install tbb boost hwloc pipx | ||
pipx install cibuildwheel>=2.22.0 | ||
- name: Build Python Wheels | ||
env: | ||
|