Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 2159272

Browse files
committed
remove more mentions of tree-sitter
1 parent 6b6b9da commit 2159272

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
TARGET: macos
2222
# currently, wrapt pulls the arm64 version instead of the universal one, so the below is a hack
2323
CMD_REQS: >
24-
mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir --no-binary tree_sitter,ijson,charset_normalizer,PyYAML .. &&
24+
mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir --no-binary ijson,charset_normalizer,PyYAML .. &&
2525
rm $(ls | grep wrapt) && pip download wrapt --platform=universal2 --only-binary=:all: && pip install $(ls | grep wrapt) --force-reinstall && cd .. &&
2626
pip install --no-deps --no-index --find-links=pip-packages pip-packages/*
2727
CMD_BUILD: >

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include languages/treesitterjavascript/src/tree_sitter/parser.h
2-
include languages/treesitterpython/src/tree_sitter/parser.h
31
include requirements.txt
42

53
recursive-include codecov_cli *

0 commit comments

Comments
 (0)