From ba74067687ad3f91c52300034b5473b229e5a60e Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Sat, 11 May 2024 09:41:56 -0500 Subject: [PATCH] update --- .github/workflows/pr.yml | 2 -- 1 file changed, 2 deletions(-) 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