Skip to content

Identity Gate, Deprecation Warnings #87

Identity Gate, Deprecation Warnings

Identity Gate, Deprecation Warnings #87

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

View workflow run for this annotation

GitHub Actions / HQS CI tests for pure python repos/folders

Invalid workflow file

The workflow is not valid. In .github/workflows/hqs-ci-test-pure-python.yml (Line: 16, Col: 11): Error from called workflow HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_tests_pure_python.yml@main (Line: 69, Col: 9): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.python.py != '3.12' || inputs.python_3_12 In .github/workflows/hqs-ci-test-pure-python.yml (Line: 16, Col: 11): Error from called workflow HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_tests_pure_python.yml@main (Line: 102, Col: 9): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.python.py != '3.12' || inputs.python_3_12
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