Skip to content

Commit 7870d04

Browse files
BitHighlanderclaude
andcommitted
fix(ci): add requests to test dependencies
transport_bridge.py imports requests but it's not declared in setup.py (pre-installed in the firmware Docker container). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e8013d6 commit 7870d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
pip install --upgrade pip
7474
pip install "protobuf>=3.20,<4"
7575
pip install -e .
76-
pip install pytest semver rlp
76+
pip install pytest semver rlp requests
7777
7878
- name: Wait for emulator
7979
run: |

0 commit comments

Comments
 (0)