From c8ab94f92e554bc014920b8ebad125d77a5e5eb0 Mon Sep 17 00:00:00 2001 From: William Kearney Date: Wed, 31 Jul 2024 15:34:35 +0200 Subject: [PATCH] Set CMAKE_CONFIGURATION_TYPES on command line --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e2100f..3219865 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest - pip install .[opensimplex] + pip install .[opensimplex] --config-settings=cmake.define.CMAKE_CONFIGURATION_TYPES=Release - name: Run tests run: |