Skip to content

Commit 02bbf44

Browse files
BitHighlanderclaude
andcommitted
fix(ci): drop dead ethjsonrpc extra, install rlp directly
ethjsonrpc package no longer exists on PyPI. Tests don't use it — only rlp is needed for Ethereum test signing. Install base deps + rlp directly instead of the stale [ethereum] extra. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bf96906 commit 02bbf44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- name: Install dependencies
7272
run: |
7373
pip install --upgrade pip
74-
pip install -e ".[ethereum]"
75-
pip install pytest semver
74+
pip install -e .
75+
pip install pytest semver rlp
7676
7777
- name: Wait for emulator
7878
run: |

0 commit comments

Comments
 (0)