Skip to content

Commit 1a644c3

Browse files
committed
CI: Intel +Catch -Eigen
1 parent 23f14bc commit 1a644c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ jobs:
433433
set +e; source /opt/intel/oneapi/setvars.sh; set -e
434434
cmake -S . -B build \
435435
-DPYBIND11_WERROR=ON \
436-
-DDOWNLOAD_CATCH=OFF \
437-
-DDOWNLOAD_EIGEN=ON \
436+
-DDOWNLOAD_CATCH=ON \
437+
-DDOWNLOAD_EIGEN=OFF \
438438
-DCMAKE_CXX_STANDARD=11 \
439439
-DCMAKE_CXX_COMPILER=$(which icpc) \
440440
-DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)")

0 commit comments

Comments
 (0)