From 35e05ff3535c21634f6526a09f780ecc05418b30 Mon Sep 17 00:00:00 2001 From: Shuli Shu <08cnbj@gmail.com> Date: Wed, 13 Nov 2024 16:11:01 +0000 Subject: [PATCH] test --- .github/workflows/tests_windows_cpp.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests_windows_cpp.yml b/.github/workflows/tests_windows_cpp.yml index 10dc5aaf3..3736fed25 100644 --- a/.github/workflows/tests_windows_cpp.yml +++ b/.github/workflows/tests_windows_cpp.yml @@ -143,7 +143,6 @@ jobs: -DENABLE_OPENMP=OFF ` -DENABLE_PYTHON=OFF ` -DENABLE_GATE_DISPATCHER=OFF ` - -DSCIPY_OPENBLAS=${SCIPY_OPENBLAS32} ` -DPL_BACKEND=${{ matrix.pl_backend }} ` -DENABLE_WARNINGS=OFF cmake --build .\Build --config RelWithDebInfo @@ -243,7 +242,6 @@ jobs: -DENABLE_PYTHON=OFF ` -DENABLE_GATE_DISPATCHER=OFF ` -DCMAKE_PREFIX_PATH=D:\a\pennylane-lightning\pennylane-lightning\Kokkos ` - -DSCIPY_OPENBLAS=${SCIPY_OPENBLAS32} ` -DENABLE_OPENMP=OFF ` -DPL_BACKEND=${{ matrix.pl_backend }} ` -DENABLE_WARNINGS=OFF -T clangcl