Skip to content

Commit

Permalink
Fix build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Jun 27, 2023
1 parent d9fd50e commit 970cc7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ jobs:
export PATH=$(brew --prefix llvm)/bin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/binutils/bin:$PATH:/usr/local/opt/findutils/libexec/gnubin
export CC=$(brew --prefix llvm)/bin/clang
export CXX=$(brew --prefix llvm)/bin/clang++
# try https://github.com/pypa/wheel/issues/406#issuecomment-848095295
export ARCHFLAGS="-arch x86_64"
make wheel
- name: Run simple test
Expand Down

0 comments on commit 970cc7a

Please sign in to comment.