Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Jun 15, 2024
1 parent c985332 commit 68ce80d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ jobs:
# macos-13 is an intel runner, macos-14 is apple silicon
os:
- ubuntu-latest
- macos-13
- macos-14
# - macos-13
# - macos-14
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install LLVM and Clang
id: install-llvm
uses: KyleMayes/install-llvm-action@v2
with:
version: "11.0"
Expand All @@ -43,14 +42,14 @@ jobs:
run: |
sudo apt update
sudo apt -y install cmake make gcc g++ python3 python3-dev pybind11-dev
- name: Install macOS dependencies
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
run: |
set -x
brew install wget coreutils xz pybind11 git
- name: Build wheels
- name: Build Ubuntu wheels
uses: pypa/[email protected]
env:
CIBW_ENVIRONMENT: LLVM_DIR=${{ runner.temp }}/llvm Clang_DIR=${{ runner.temp }}/llvm
Expand Down

0 comments on commit 68ce80d

Please sign in to comment.