Skip to content

Fix faulted zones clearing iteration logic #3

Fix faulted zones clearing iteration logic

Fix faulted zones clearing iteration logic #3

Workflow file for this run

name: pr
on: pull_request
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
# TODO: move test dependencies to a separate file
run: |
python -m pip install -e .
python -m pip install pytest mock
- name: Run pytest
run: pytest