From 165051ad853c2638164df07484846efda3001710 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Mon, 9 Feb 2026 00:10:29 +0100 Subject: [PATCH] Fix for tests --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a63b48f5..a6d5de02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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