From 031c3a2f041137110e2a157d985d6e90b723c2e7 Mon Sep 17 00:00:00 2001 From: Sami Assiri Date: Fri, 1 May 2026 14:07:17 +0300 Subject: [PATCH] ci(dealix): install aiosqlite for pytest sqlite conftest on GitHub Made-with: Cursor --- .github/workflows/dealix-api-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dealix-api-ci.yml b/.github/workflows/dealix-api-ci.yml index 5c168e67..3bffe5f7 100644 --- a/.github/workflows/dealix-api-ci.yml +++ b/.github/workflows/dealix-api-ci.yml @@ -35,7 +35,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install pytest pytest-asyncio pytest-cov httpx + pip install pytest pytest-asyncio pytest-cov httpx aiosqlite - name: Compile check run: python -m compileall api auto_client_acquisition