Skip to content

Commit 190d5c6

Browse files
committed
Fix Python tool CI dependencies
1 parent d627f04 commit 190d5c6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-tools-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ jobs:
4343
- name: Smoke direct script entrypoints
4444
run: |
4545
python3 tools/run_workflow.py --help
46+
python3 tools/generate_attestation_chain.py --help
4647
python3 tools/generate_label_assets.py --help
4748
python3 tools/generate_label_html.py --help
4849
python3 tools/light_pipeline.py --help
4950
5051
- name: Smoke module entrypoints
5152
run: |
5253
python3 -m tools.run_workflow --help
54+
python3 -m tools.generate_attestation_chain --help
5355
python3 -m tools.generate_label_assets --help
5456
python3 -m tools.generate_label_html --help
5557
python3 -m tools.light_pipeline --help

tools/requirements-tools.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
-r ../esp-matter/connectedhomeip/connectedhomeip/scripts/setup/requirements.setuppayload.txt
2+
cryptography==44.0.1
13
segno==1.6.6

0 commit comments

Comments
 (0)