Skip to content

Commit b2d8129

Browse files
committed
Updates btcli runner
1 parent 5e7230f commit b2d8129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-btcli-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
run: |
254254
source ${{ github.workspace }}/venv/bin/activate
255255
pip uninstall async-substrate-interface -y
256-
uv pip install .
256+
uv pip install ".[dev]"
257257
258258
- name: Run BTCLI unit tests
259259
run: |

0 commit comments

Comments
 (0)