Skip to content

Commit 7e457d5

Browse files
[WASM] [CI] Install six manually
1 parent 62294fd commit 7e457d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/webassembly/ci-mac.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
set -ex
44

5-
brew install cmake ninja llvm
5+
brew install cmake ninja llvm python@2
6+
7+
# Install six for python3 migration
8+
pip2 install six
69

710
SOURCE_PATH="$( cd "$(dirname $0)/../../.." && pwd )"
811
SWIFT_PATH=$SOURCE_PATH/swift

0 commit comments

Comments
 (0)