Skip to content

Commit ecafb9d

Browse files
committed
🔧 fix(nightly): install zbar dependency
Install libzbar0 in nightly canary job so pytest autouse patch imports do not fail when pyzbar is loaded via common utils.
1 parent a4c60e6 commit ecafb9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ jobs:
4242
- name: Setup uv
4343
uses: astral-sh/setup-uv@v6
4444

45+
- name: Install system dependencies
46+
run: sudo apt-get update && sudo apt-get install -y libzbar0
47+
4548
- name: Run testnet canary
4649
run: cd bot && uv run --package mmwb-bot pytest tests/external/test_testnet_canary.py -m external -v

0 commit comments

Comments
 (0)