* +

* pytest
This commit is contained in:
Andrew 2024-01-17 17:15:33 +02:00 committed by GitHub
parent 231e832a51
commit 8d57facd51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,28 @@
distributable:
url: git+https://github.com/vanna-ai/vanna.git
ref: ${{version.tag}}
display-name: Vanna
versions:
github: vanna-ai/vanna
dependencies:
python.org: ^3.12
runtime:
env:
PYTHONPATH: ${{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages:$PYTHONPATH
build:
- python -m pip install . --prefix={{prefix}}
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
working-directory: ${{prefix}}/lib
test:
dependencies:
curl.se: '*'
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