Skip to content

bump version 3.7.4 -> 3.8.0 #411

bump version 3.7.4 -> 3.8.0

bump version 3.7.4 -> 3.8.0 #411

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/