From 63458def94a047ac4d85b2557049ab36864a3bad Mon Sep 17 00:00:00 2001 From: Gabo Date: Mon, 7 Oct 2024 18:11:39 +0200 Subject: [PATCH] Add grapy to github actions pipeline --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecc5d71..c0037e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: python-version: '3.11' - name: Install dependencies - run: pip3 install black pytest PyRSMQ==0.5.1 redis==5.0.7 requests==2.32.3 + run: pip3 install black pytest PyRSMQ==0.5.1 redis==5.0.7 requests==2.32.3 graypy==2.1.0 httpx==0.27.0 - name: Lint with black run: black --line-length 125 . --check