From 04317e9cd0d4595abefe4788c142a2f161be949e Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Sun, 2 Jun 2024 22:19:37 +0200 Subject: [PATCH] fix deps in CI --- .github/workflows/python.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0fb9275c..b2d8ca61 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -56,7 +56,7 @@ jobs: run: | set -e pip install --no-index --find-links dist --force-reinstall semantic-text-splitter - pip install pytest tokenizers + pip install pytest tokenizers tree-sitter tree-sitter-python@git+https://github.com/tree-sitter/tree-sitter-python pytest linux: @@ -93,7 +93,7 @@ jobs: run: | set -e pip install --no-index --find-links dist --force-reinstall semantic-text-splitter - pip install pytest tokenizers + pip install pytest tokenizers tree-sitter tree-sitter-python@git+https://github.com/tree-sitter/tree-sitter-python pytest windows: @@ -130,7 +130,7 @@ jobs: run: | set -e pip install --no-index --find-links dist --force-reinstall semantic-text-splitter - pip install pytest tokenizers + pip install pytest tokenizers tree-sitter tree-sitter-python@git+https://github.com/tree-sitter/tree-sitter-python pytest macos: @@ -166,7 +166,7 @@ jobs: run: | set -e pip install --no-index --find-links dist --force-reinstall semantic-text-splitter - pip install pytest tokenizers + pip install pytest tokenizers tree-sitter tree-sitter-python@git+https://github.com/tree-sitter/tree-sitter-python pytest sdist: