build(config.yml): install fastapi during docker build test

This commit is contained in:
Krrish Dholakia 2024-02-27 19:50:40 -08:00
parent 6352c8869c
commit 6f60acefa5

View file

@ -130,6 +130,7 @@ jobs:
pip install "langfuse>=2.0.0"
pip install numpydoc
pip install prisma
pip install fastapi
pip install "httpx==0.24.1"
pip install "gunicorn==21.2.0"
pip install "anyio==3.7.1"