Skip to content

Commit 67e3dc1

Browse files
authored
[CI] Skip python installation on macOS (#23892)
1 parent 8edd2eb commit 67e3dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ commands:
332332
HOMEBREW_NO_AUTO_UPDATE: "1"
333333
command: |
334334
brew update
335-
brew install cmake ninja python3 pkg-config
335+
brew install cmake ninja pkg-config
336336
- checkout
337337
- run:
338338
name: submodule update

0 commit comments

Comments
 (0)