Skip to content

Commit 543d0b5

Browse files
author
Lemo Robot
committed
Fix CI environment: Pin anthropic version and install punkt_tab
1 parent 4bd059a commit 543d0b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
pip install pyyaml
3131
pip install pytest
3232
pip install -e .[torch]
33+
python -m nltk.downloader punkt_tab
3334
3435
- name: Run unit tests
3536
env:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires-python = ">=3.9"
55
readme = "README.md"
66
dependencies = [
77
"aiolimiter",
8-
"anthropic",
8+
"anthropic==0.29.2",
99
"backoff",
1010
"beartype>=0.12.0",
1111
"blobfile",

0 commit comments

Comments
 (0)