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 e8ef7f9 commit 9686626Copy full SHA for 9686626
.github/workflows/ci_mlir.yml
@@ -180,7 +180,7 @@ jobs:
180
-DLLVM_EXTERNAL_LIT=${{ github.workspace }}\.venv\Scripts\lit.exe
181
182
# build the project and run the tests
183
- #- name: Build MLIR components and directly run lit tests
184
- # run: |
185
- # cmake --build build --config Release --target quantum-opt
+ - name: Build MLIR components and directly run lit tests
+ run: |
+ cmake --build build --config Release --target quantum-opt
186
# cmake --build build --config Release --target check-quantum-opt
0 commit comments