Skip to content

Commenting the redirection of marabou output (dump file) from options #7

Commenting the redirection of marabou output (dump file) from options

Commenting the redirection of marabou output (dump file) from options #7

name: Python package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install onnxruntime
pip install pytest
- name: Test with pytest
run: |
pytest tests/