File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ -r ../esp-matter/connectedhomeip/connectedhomeip/scripts/setup/requirements.setuppayload.txt
2+ cryptography==44.0.1
13segno==1.6.6
You can’t perform that action at this time.
0 commit comments