Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 28, 2024
1 parent 7449f9f commit e2c6a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e2c6a78

Please sign in to comment.