diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b4610404a..c4c644358 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -46,13 +46,11 @@ jobs: icx@2024.1.0 mkl@2024.1.0 - name: Configure/Build for a domain - if: false run: | source /opt/intel/oneapi/setvars.sh cmake -DREF_BLAS_ROOT=${PWD}/lapack/install -DREF_LAPACK_ROOT=${PWD}/lapack/install -DTARGET_DOMAINS=${{ matrix.domain }} -B build cmake --build build ${PARALLEL} - name: Run tests - if: false run: | source /opt/intel/oneapi/setvars.sh # Run tests, skip GPU tests