Skip to content

Update test_audit_line.py #51

Update test_audit_line.py

Update test_audit_line.py #51

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
PYTEST_DISABLE_PLUGIN_AUTOLOAD: "1"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install pytest==8.3.3 z3-solver==4.13.0.0
- name: Run tests
run: pytest -ra