Skip to content

Commit

Permalink
Fix failing python tests blocking all PRs (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: Ameya Ketkar <94497232+ketkarameya@users.noreply.github.com
  • Loading branch information
Adarsh-NP authored Sep 11, 2023
1 parent 3955145 commit 03201fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tree-sitter==0.20.2
tree-sitter==0.20.1
tree-sitter-languages
attrs
openai
Expand Down
2 changes: 1 addition & 1 deletion experimental/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"tree-sitter",
"tree-sitter==0.20.1",
"tree-sitter-languages",
"attrs",
"openai",
Expand Down

0 comments on commit 03201fe

Please sign in to comment.