Skip to content

Commit

Permalink
fix deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Jun 2, 2024
1 parent 1b466ad commit 04317e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 04317e9

Please sign in to comment.