From b1ba9561749a138d8a04cd5e775e55d1024e11d4 Mon Sep 17 00:00:00 2001 From: Nick Deligiannis Date: Wed, 2 Oct 2024 19:04:41 +0300 Subject: [PATCH] Fixed failing action --- .github/workflows/unit_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 02dd091..e74894f 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -27,7 +27,7 @@ jobs: cd src/ pip install -e . pip install toml - + pip install lark - name: (asm.py) Codeline Test Cases run: | cd src/unit_tests @@ -71,4 +71,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