Skip to content

Commit

Permalink
Install numpy in CI job. Remove build script substituted by CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed May 20, 2024
1 parent 07910db commit 814bf78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nanobind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y libarpack2-dev libcxxopts-dev libeigen3-dev libfmt-dev python3.11-dev
python -m pip install nanobind
python -m pip install nanobind numpy
- name: Configure
run: cmake -B ${{github.workspace}}/build -DBUILD_NANOBIND=ON
Expand Down
15 changes: 0 additions & 15 deletions build_nanobind.sh

This file was deleted.

0 comments on commit 814bf78

Please sign in to comment.