Skip to content

Compatibility with lookup dict rewrite of mal toolbox #333

Compatibility with lookup dict rewrite of mal toolbox

Compatibility with lookup dict rewrite of mal toolbox #333

Workflow file for this run

name: Pytest mal-simulator
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
- name: Test with pytest
run: |
pytest tests