From e69f687f07cb80cb9a07db3ed331674f0d545502 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 30 Jan 2025 15:38:06 -0500 Subject: [PATCH] Install nanobind --- .github/workflows/unit-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 02c8933b..72afaad4 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -82,12 +82,12 @@ jobs: # Used to host cibuildwheel - uses: actions/setup-python@v3 - + - name: Install nanobind + run: python -m pip install nanobind - name: Build library run: | cmake -S . -B build -DPANTAB_USE_SANITIZERS=ON -DCMAKE_BUILD_TYPE=RelWithDebugInfo cmake --build build - - name: Test library env: ASAN_OPTIONS: "detect_leaks=0"