Skip to content

Commit

Permalink
Looking for "pybind11.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Dec 14, 2023
1 parent e0d28e8 commit dca9df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Compile binding of C++ backend
working-directory: ${{github.workspace}}/CLUEstering
run: |
find / -name pybind11.h
g++ -std=c++17 -O3 -Wall -shared -fPIC ./binding.cc \
-o CLUEsteringCPP.cpython-38-x86_64-linux-gnu.so && clear
- name: Run tests of the Python library
Expand Down

0 comments on commit dca9df9

Please sign in to comment.