Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NikosDelijohn committed Sep 24, 2024
1 parent 41fa1f0 commit 06a8272
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/asm_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
cd src/
pip install -e .
pip install toml
- name: Codeline Test Cases
run: |
cd src/unit_tests
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/zoix_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
cd src/
pip install -e .
pip install toml
- name: Fault Test Cases
run: |
cd src/unit_tests
Expand Down

0 comments on commit 06a8272

Please sign in to comment.