DecoherenceOnGateModel and Identity Gate Support #91
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: HQS CI tests for pure python repos/folders | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: ["main"] | |
jobs: | |
linting: | |
uses: mlodi-hqs/reusable_workflows/.github/workflows/reusable_linting_pure_python.yml@main | |
with: | |
python_folder: "qoqo_qiskit" | |
linting_folder: "src/qoqo_qiskit" | |
unittests: | |
uses: mlodi-hqs/reusable_workflows/.github/workflows/reusable_tests_pure_python.yml@main | |
with: | |
python_folder: "qoqo_qiskit" | |
# Test code coverage of rust core is over 80 percent | |
test_code_coverage: true | |
# Run tests also on windows runners | |
windows: false | |
# Run tests also on macos runners | |
macos: true | |
python_3_12: false |