Fix for tests

This commit is contained in:
Ken Van Hoeylandt 2026-02-09 00:10:29 +01:00
parent dcc1f9bcf1
commit 165051ad85

View File

@ -34,6 +34,9 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: "Install Python Dependencies"
shell: bash
run: pip install lark pyyaml
- name: "Run Devicetree Tests"
shell: bash
working-directory: Buildscripts/DevicetreeCompiler/tests