Skip to content

Commit 7a5a6c6

Browse files
committed
✨ Try new lint workflow
1 parent a1ae7b0 commit 7a5a6c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,12 @@ jobs:
134134
name: 🇨‌ Lint
135135
needs: change-detection
136136
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
137-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@v1.9
137+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@lint-python-bindings
138138
with:
139139
setup-z3: true
140140
clang-version: 20
141+
setup-pybind11: true
142+
cmake-args: "-DBUILD_MQT_QMAP_BINDINGS=ON"
141143

142144
# run extensive Python tests whenever this is on a PR and the PR has the `extensive-python-ci` label
143145
python-tests:

0 commit comments

Comments
 (0)