Skip to content

fix: ecp as gate not operator, feat: hardcoded qasm files to skip mqt… #109

fix: ecp as gate not operator, feat: hardcoded qasm files to skip mqt…

fix: ecp as gate not operator, feat: hardcoded qasm files to skip mqt… #109

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
cache-dependency-path: "**/pyproject.toml"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test] --quiet
- name: Run pytest
run: pytest src/tests/