Skip to content

Commit 34d0c43

Browse files
authored
Merge pull request #2361 from swiftwasm/brew-uninstall-python
Avoid uninstalling `python@2` on macOS
2 parents 8e5753f + daf6cae commit 34d0c43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/webassembly/macos/install-dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
set -ex
44

5-
if [[ ! -z "$CI" ]]; then
6-
brew uninstall $(brew list | grep python@2)
7-
fi
5+
pip install six
86

97
brew install cmake ninja llvm sccache
108

0 commit comments

Comments
 (0)