We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python@2
1 parent 8e5753f commit daf6caeCopy full SHA for daf6cae
utils/webassembly/macos/install-dependencies.sh
@@ -2,9 +2,7 @@
2
3
set -ex
4
5
-if [[ ! -z "$CI" ]]; then
6
- brew uninstall $(brew list | grep python@2)
7
-fi
+pip install six
8
9
brew install cmake ninja llvm sccache
10
0 commit comments