Skip to content

Add more tests for symmetry ansatz #396

Add more tests for symmetry ansatz

Add more tests for symmetry ansatz #396

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.9]
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: --with docs,tests,analysis --all-extras
secrets: inherit