From 06dddec9988dbd60fad8948dd3aac5d820763e40 Mon Sep 17 00:00:00 2001 From: Dipin <26918585+dipinknair@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:39:48 -0600 Subject: [PATCH] Update .github/workflows/ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 663581a02..e9deeb976 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -311,7 +311,7 @@ jobs: run: | . /env/bin/activate pip install --upgrade pip - pip install -e .[tests, rpc] + pip install -e .[tests,rpc] - name: Unit Testing and coverage env: