Skip to content

Commit

Permalink
Fixed failing action
Browse files Browse the repository at this point in the history
  • Loading branch information
NikosDelijohn committed Oct 2, 2024
1 parent fe0aec0 commit 6c03ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
cd src/
pip install -e .
pip install toml
pip install lark
- name: (asm.py) Codeline Test Cases
run: |
Expand Down Expand Up @@ -71,4 +72,4 @@ jobs:
- name: (config.py) All Test Cases
run: |
cd src/unit_tests
python3 -m unittest test_config
python3 -m unittest test_config

0 comments on commit 6c03ef5

Please sign in to comment.