Skip to content

Commit

Permalink
Update .github/workflows/ci_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Jan 27, 2025
1 parent 61e2c39 commit 06dddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06dddec

Please sign in to comment.