Skip to content

Commit

Permalink
Detach MacOS dependency due to xenium. See mpoeter/xenium#3
Browse files Browse the repository at this point in the history
  • Loading branch information
LimHyungTae authored Jan 29, 2025
1 parent fc46123 commit c9dad72
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, windows-2022, macos-15]
os: [ubuntu-24.04, windows-2022]

steps:
- uses: actions/checkout@v3

# To handle OpenMP issue in MacOS
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install llvm
echo 'export CC=/opt/homebrew/opt/llvm/bin/clang' >> $GITHUB_ENV
echo 'export CXX=/opt/homebrew/opt/llvm/bin/clang++' >> $GITHUB_ENV
echo 'export LDFLAGS="-L/opt/homebrew/opt/llvm/lib -Wl,-rpath,/opt/homebrew/opt/llvm/lib"' >> $GITHUB_ENV
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"' >> $GITHUB_ENV
- name: Build test wheels (only PRs)
if: github.event_name != 'release'
uses: pypa/[email protected]
Expand Down

0 comments on commit c9dad72

Please sign in to comment.