We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d5aea commit d347be9Copy full SHA for d347be9
1 file changed
.github/workflows/build_assets.yml
@@ -21,7 +21,7 @@ jobs:
21
CFLAGS: -arch arm64 -arch x86_64
22
TARGET: macos
23
CMD_REQS: >
24
- mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir .. && cd .. &&
+ mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir --no-binary tree_sitter,ijson,charset_normalizer,PyYAML .. && cd .. &&
25
pip install --no-deps --no-index --find-links=pip-packages pip-packages/*
26
CMD_BUILD: >
27
STATICCODECOV_LIB_PATH=$(find build/ -maxdepth 1 -type d -name 'lib.*' -print -quit | xargs -I {} sh -c "find {} -type f -name 'staticcodecov*' -print -quit | sed 's|^./||'") &&
0 commit comments