Skip to content

Commit 9d20879

Browse files
Merge pull request #4982 from swiftwasm/katei/remove-six-deps
[ci] Remove six package from dependency installation
2 parents c56dbf3 + 4a1559a commit 9d20879

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)