Skip to content

Commit

Permalink
Revert "Manually install gcc for macos builds"
Browse files Browse the repository at this point in the history
This reverts commit 1dea225.
  • Loading branch information
CarlBeek committed May 13, 2024
1 parent 1dea225 commit 4b1e4df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ jobs:
- checkout
- run:
name: Install building requirements on MacOS
command: |
brew install gcc;
pip3 install -r ./build_configs/macos/requirements.txt;
command: pip3 install -r ./build_configs/macos/requirements.txt
- run:
name: Build with build.spec
command: |
Expand Down

0 comments on commit 4b1e4df

Please sign in to comment.