Skip to content

Commit

Permalink
Update build.yml: remove pybind11 and pyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula authored Oct 9, 2024
1 parent ab8de5d commit 195ee71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Prepare Build Environment (MacOS)
run: |
brew upgrade
brew install cmake ninja libomp numpy pybind11 pyyaml virtualenv
brew install cmake ninja libomp numpy virtualenv
- name: Build Wheel
run: |
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Prepare Build Environment (MacOS)
run: |
brew upgrade
brew install cmake ninja libomp numpy pybind11 pyyaml virtualenv
brew install cmake ninja libomp numpy virtualenv
- name: Build Wheel
run: |
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- name: Prepare Build Environment (MacOS)
run: |
brew upgrade rustup
brew install cmake ninja libomp numpy pybind11 pyyaml virtualenv
brew install cmake ninja libomp numpy virtualenv
- name: Build Wheel
run: |
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- name: Prepare Build Environment (MacOS)
run: |
brew upgrade rustup
brew install cmake ninja libomp numpy pybind11 pyyaml
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 Down

0 comments on commit 195ee71

Please sign in to comment.