Identity Gate, Deprecation Warnings #87
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: HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_linting_pure_python.yml@main | ||
with: | ||
python_folder: "qoqo_qiskit" | ||
linting_folder: "src/qoqo_qiskit" | ||
unittests: | ||
uses: HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_tests_pure_python.yml@main | ||
Check failure on line 16 in .github/workflows/hqs-ci-test-pure-python.yml GitHub Actions / HQS CI tests for pure python repos/foldersInvalid workflow file
|
||
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 |