We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ae7b0 commit 7a5a6c6Copy full SHA for 7a5a6c6
.github/workflows/ci.yml
@@ -134,10 +134,12 @@ jobs:
134
name: 🇨 Lint
135
needs: change-detection
136
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
137
- uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@v1.9
+ uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@lint-python-bindings
138
with:
139
setup-z3: true
140
clang-version: 20
141
+ setup-pybind11: true
142
+ cmake-args: "-DBUILD_MQT_QMAP_BINDINGS=ON"
143
144
# run extensive Python tests whenever this is on a PR and the PR has the `extensive-python-ci` label
145
python-tests:
0 commit comments