fix(vanna)

more requirements in 0.1.0.

closes #5305
This commit is contained in:
Jacob Heider 2024-02-21 14:09:39 -05:00
parent d178289238
commit 9970beb526
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -16,13 +16,21 @@ runtime:
build:
- python -m pip install . --prefix={{prefix}}
# additional requirements as of 0.1.0
- run: python -m pip install openai mistralai --prefix={{prefix}}
if: '>=0.1'
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
working-directory: ${{prefix}}/lib
test:
dependencies:
curl.se: '*'
env:
VANNA_API_KEY: FAKE_API_KEY
OPENAI_API_KEY: FAKE_API_KEY
MISTRAL_API_KEY: FAKE_API_KEY
script:
- pip install pytest
- 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