Skip to content

Commit

Permalink
Add additional LLM test to install workflow (#194)
Browse files Browse the repository at this point in the history
* fix install

* fix install

* fix install

* remove anthropic

---------

Co-authored-by: Gaurav - Personal <[email protected]>
  • Loading branch information
gsheni and Gaurav - Personal authored Apr 7, 2024
1 parent 3d74335 commit 08a0eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_without_dev_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ jobs:
print(f'Generated {len(problems)} problems')
print(problems[39])
print(problems[0].create_target_values(data).head(5))
shell: python
- name: Build llm add-on
run: |
python -m pip install unpacked_sdist/[llm]
shell: python
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ dev = [
]
llm = [
"openai >= 1.3.7",
"anthropic >= 0.7.7",
"tiktoken >= 0.5.1",
]

Expand Down

0 comments on commit 08a0eaa

Please sign in to comment.