mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
Fix for tests
This commit is contained in:
parent
dcc1f9bcf1
commit
165051ad85
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: "Install Python Dependencies"
|
||||||
|
shell: bash
|
||||||
|
run: pip install lark pyyaml
|
||||||
- name: "Run Devicetree Tests"
|
- name: "Run Devicetree Tests"
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: Buildscripts/DevicetreeCompiler/tests
|
working-directory: Buildscripts/DevicetreeCompiler/tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user