From 8d71fe02ffd8a914495b15674289d9d97562190d Mon Sep 17 00:00:00 2001 From: jukkap Date: Wed, 7 Feb 2024 16:11:07 +0200 Subject: [PATCH] CI: update GitHub actions with testing depencies --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 555538e9..dcbcfa3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,7 @@ jobs: pip install --upgrade pip pip install pytest-timeout pip install pytest-cov + pip install httpx pip install -r ./api/requirements.txt - name: Copy Protobuf file to api directory and build