From 6c03ef5db59b5f263a381a040b409b8981b53461 Mon Sep 17 00:00:00 2001 From: Nick Deligiannis Date: Wed, 2 Oct 2024 19:06:12 +0300 Subject: [PATCH] Fixed failing action --- .github/workflows/unit_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 02dd091..e4143f8 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -27,6 +27,7 @@ jobs: cd src/ pip install -e . pip install toml + pip install lark - name: (asm.py) Codeline Test Cases run: | @@ -71,4 +72,4 @@ jobs: - name: (config.py) All Test Cases run: | cd src/unit_tests - python3 -m unittest test_config \ No newline at end of file + python3 -m unittest test_config