mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
6c5d7eb41a
commit
5cc2390bc6
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,9 @@ build:
|
||||||
# additional requirements as of 0.2.0
|
# additional requirements as of 0.2.0
|
||||||
- run: python -m pip install chromadb python-dotenv --prefix={{prefix}}
|
- run: python -m pip install chromadb python-dotenv --prefix={{prefix}}
|
||||||
if: '>=0.2'
|
if: '>=0.2'
|
||||||
|
# additional requirements as of 0.3.0
|
||||||
|
- run: python -m pip install anthropic --prefix={{prefix}}
|
||||||
|
if: '>=0.2'
|
||||||
|
|
||||||
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||||
working-directory: ${{prefix}}/lib
|
working-directory: ${{prefix}}/lib
|
||||||
|
@ -46,6 +49,7 @@ test:
|
||||||
VANNA_API_KEY: FAKE_API_KEY
|
VANNA_API_KEY: FAKE_API_KEY
|
||||||
OPENAI_API_KEY: FAKE_API_KEY
|
OPENAI_API_KEY: FAKE_API_KEY
|
||||||
MISTRAL_API_KEY: FAKE_API_KEY
|
MISTRAL_API_KEY: FAKE_API_KEY
|
||||||
|
ANTHROPIC_API_KEY: FAKE_API_KEY
|
||||||
script:
|
script:
|
||||||
- curl -L "https://raw.githubusercontent.com/vanna-ai/vanna/main/tests/test_vanna.py" -o test_vanna.py
|
- curl -L "https://raw.githubusercontent.com/vanna-ai/vanna/main/tests/test_vanna.py" -o test_vanna.py
|
||||||
- python test_vanna.py
|
- python test_vanna.py
|
||||||
|
|
Loading…
Reference in a new issue