Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Mar 30, 2024
1 parent c5b5849 commit 0cea7f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
python -m pip check
- name: Install add ons
run: |
python -m pip install "unpacked_sdist/[llm]"
python -m pip install "unpacked_sdist/[llm]"
- name: Test by importing packages
run: |
python -c "import openai"
1 change: 0 additions & 1 deletion trane/llm/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

openai = import_or_none("openai")
tiktoken = import_or_none("tiktoken")
anthropic = import_or_none("anthropic")
ipython = import_or_none("IPython")


Expand Down

0 comments on commit 0cea7f4

Please sign in to comment.