diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index a018a96..796e652 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -44,7 +44,7 @@ jobs: set -x python -m pip install --upgrade pip pip install pytest pytest-asyncio httpx - pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml + pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml databento pip list - name: Run tests run: | @@ -71,7 +71,7 @@ jobs: set -x python -m pip install --upgrade pip pip install mypy - pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml + pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml databento pip list - name: Show working directory run: pwd && ls -la