Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula authored Oct 9, 2024
1 parent 74b46a9 commit ea0eba9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,13 @@ jobs:
- name: Prepare Build Environment (MacOS)
run: |
brew upgrade rustup
brew install cmake ninja libomp numpy virtualenv [email protected]
brew install cmake ninja libomp numpy virtualenv
sudo rm /usr/local/bin/2to3-3.12
sudo rm /usr/local/bin/idle3.12
sudo rm /usr/local/bin/pydoc3.12
sudo rm /usr/local/bin/python3.12
sudo rm /usr/local/bin/python3.12-config
brew install [email protected]
- name: Build Wheel
run: |
Expand Down Expand Up @@ -305,7 +311,7 @@ jobs:
- name: Prepare Build Environment (MacOS)
run: |
brew upgrade rustup
brew install cmake ninja libomp numpy [email protected]
brew install cmake ninja libomp numpy
sudo rm /usr/local/bin/2to3
sudo rm /usr/local/bin/2to3-3.12
sudo rm /usr/local/bin/idle3
Expand All @@ -316,7 +322,7 @@ jobs:
sudo rm /usr/local/bin/python3-config
sudo rm /usr/local/bin/python3.12
sudo rm /usr/local/bin/python3.12-config
brew install virtualenv
brew install virtualenv [email protected]
- name: Build Wheel
run: |
Expand Down

0 comments on commit ea0eba9

Please sign in to comment.