Skip to content

Commit

Permalink
#20 Fix cppwg pipx install
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 14, 2024
1 parent 219e371 commit e58c5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cells-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pipx ensurepath
- name: Install cppwg
run: pipx install .
run: pipx install . --include-deps

- name: Configure
run: |
Expand Down
2 changes: 1 addition & 1 deletion examples/cells/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if(SKBUILD)
endif()

# Target for re-generating wrappers
find_program(CPPWG cppwg)
find_program(CPPWG cppwg REQUIRED)
add_custom_target(pycells_wrappers
COMMAND ${CPPWG} ${CMAKE_SOURCE_DIR}/src/cpp
-w ${CMAKE_SOURCE_DIR}/dynamic/wrappers
Expand Down

0 comments on commit e58c5f9

Please sign in to comment.