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: