mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
61d98f671e
commit
fdec975862
|
@ -7,11 +7,6 @@ display-name: Vanna
|
||||||
versions:
|
versions:
|
||||||
github: vanna-ai/vanna
|
github: vanna-ai/vanna
|
||||||
|
|
||||||
# /Users/runner/work/pantry/pantry/testbeds/vanna.ai-0.2.1.sh: line 38: 4897 Illegal instruction: 4 python test_vanna.py
|
|
||||||
platforms:
|
|
||||||
- darwin/aarch64
|
|
||||||
- linux
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ^3.12
|
python.org: ^3.12
|
||||||
linux:
|
linux:
|
||||||
|
@ -39,11 +34,14 @@ build:
|
||||||
# additional requirements as of 0.4.1
|
# additional requirements as of 0.4.1
|
||||||
- run: python -m pip install qdrant-client fastembed --prefix={{prefix}}
|
- run: python -m pip install qdrant-client fastembed --prefix={{prefix}}
|
||||||
if: '>=0.4.1'
|
if: '>=0.4.1'
|
||||||
|
# additional requirements as of 0.6.1
|
||||||
|
- run: python -m pip install 'pymilvus[model]' --prefix={{prefix}}
|
||||||
|
if: '>=0.6.1'
|
||||||
# protobuf ^5.27 (transient dep) currently not playing nicely with other components
|
# protobuf ^5.27 (transient dep) currently not playing nicely with other components
|
||||||
- run: |
|
- run: |
|
||||||
rm -rf ${{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/proto
|
rm -rf ${{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/proto
|
||||||
python -m pip install proto-plus==1.24.0.dev1 --prefix={{prefix}}
|
python -m pip install proto-plus==1.24.0.dev1 --prefix={{prefix}}
|
||||||
if: 0.6.0
|
if: '>=0.6.0'
|
||||||
|
|
||||||
- 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
|
||||||
|
@ -56,15 +54,6 @@ build:
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
env:
|
|
||||||
VANNA_API_KEY: FAKE_API_KEY
|
|
||||||
OPENAI_API_KEY: FAKE_API_KEY
|
|
||||||
MISTRAL_API_KEY: FAKE_API_KEY
|
|
||||||
ANTHROPIC_API_KEY: FAKE_API_KEY
|
|
||||||
SNOWFLAKE_ACCOUNT: FAKE_ACCOUNT
|
|
||||||
SNOWFLAKE_USERNAME: FAKE_USERNAME
|
|
||||||
SNOWFLAKE_PASSWORD: FAKE_PASSWORD
|
|
||||||
GEMINI_API_KEY: FAKE_API_KEY
|
|
||||||
script:
|
script:
|
||||||
- curl -L "https://raw.githubusercontent.com/vanna-ai/vanna/{{ version.tag }}/tests/test_vanna.py" -o test_vanna.py
|
- curl -LO "https://raw.githubusercontent.com/vanna-ai/vanna/{{ version.tag }}/tests/test_imports.py"
|
||||||
- python test_vanna.py
|
- python test_imports.py
|
||||||
|
|
Loading…
Reference in a new issue