From d010a5ac1f94514b8855280017fb024b8b3fcacb Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Tue, 30 Jan 2024 13:03:43 +0100 Subject: [PATCH] fixup --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d0cab34..b39ff94 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -132,6 +132,7 @@ jobs: run: | mkdir build && cd build pip3 install cmake numpy matplotlib + pip3 install .[dev] --user --verbose --no-build-isolation && pip3 uninstall htool CC=${{ matrix.CC_COMPILER }} CXX=${{ matrix.CXX_COMPILER }} cmake -DUSE_SANITIZER=${{ matrix.USE_SANITIZER }} -DCMAKE_BUILD_TYPE=${{ matrix.CMAKE_BUILD_TYPE }} -DCODE_COVERAGE=${{ matrix.CODE_COVERAGE }} ../ make