Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Nov 13, 2024
1 parent 3b91fea commit 71a209e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests_windows_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,13 @@ jobs:
- name: Build and run unit tests for code coverage
run: |
echo "${$env:SCIPY_OPENBLAS32}"
cmake -BBuild `
-DBUILD_TESTS=ON `
-DENABLE_OPENMP=OFF `
-DENABLE_PYTHON=OFF `
-DENABLE_GATE_DISPATCHER=OFF `
-DSCIPY_OPENBLAS=$env:SCIPY_OPENBLAS32 `
-DSCIPY_OPENBLAS=${$env:SCIPY_OPENBLAS32} `
-DPL_BACKEND=${{ matrix.pl_backend }} `
-DENABLE_WARNINGS=OFF
cmake --build .\Build --config RelWithDebInfo
Expand Down Expand Up @@ -243,7 +244,7 @@ jobs:
-DBUILD_TESTS=ON `
-DENABLE_PYTHON=OFF `
-DENABLE_GATE_DISPATCHER=OFF `
-DSCIPY_OPENBLAS=$env:SCIPY_OPENBLAS32 `
-DSCIPY_OPENBLAS=${$env:SCIPY_OPENBLAS32} `
-DCMAKE_PREFIX_PATH=D:\a\pennylane-lightning\pennylane-lightning\Kokkos `
-DENABLE_OPENMP=OFF `
-DPL_BACKEND=${{ matrix.pl_backend }} `
Expand Down

0 comments on commit 71a209e

Please sign in to comment.