Skip to content

Commit

Permalink
Install nanobind
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 30, 2025
1 parent 0b6289b commit e69f687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e69f687

Please sign in to comment.