Skip to content

update labs main.py formatting #409

update labs main.py formatting

update labs main.py formatting #409

Workflow file for this run

name: Python test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python '3.11'
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# install the current zigzag-dse
pip install .[dev]
- name: Test with pytest
run: |
pip install pytest
python -m pytest tests/