Fix CI/CD
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Guillem Borrell 2024-07-22 11:36:34 +02:00
parent 144856e5c0
commit 819c29b3ba
2 changed files with 3 additions and 0 deletions

View file

@ -6,5 +6,7 @@ pipeline:
- uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt
- uv pip install --python /usr/local/bin/python3 -e .
- uv pip install --python /usr/local/bin/python3 pytest
- python3 -c "import duckdb; db = duckdb.connect(':memory:'); db.sql('install httpfs'); db.sql('install spatial')"
- pytest ./test/test_user.py
- pytest ./test/test_data.py
- pytest ./test/test_query.py

View file

@ -1,6 +1,7 @@
langchain
langchain-community
langchain-fireworks
langchain-openai
openai
fastapi
pydantic-settings