Skip to content

Commit fdac791

Browse files
[ci] Remove six package from dependency installation
1 parent 5f3fabe commit fdac791

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/webassembly/macos/install-dependencies.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -ex
44

5-
if [ -x "$(command -v pip)" ]; then
6-
pip install six
7-
fi
8-
pip3 install six
9-
105
brew install cmake ninja llvm sccache
116

127
# Install latest wasmer

0 commit comments

Comments
 (0)