Skip to content

Commit

Permalink
CI: cpp_lib_with_bindings / install pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 30, 2024
1 parent d60bdbc commit 1c4ee61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/cpp_lib_with_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,9 @@ jobs:
- name: install xorg-dev on ubuntu
run: ./ci_scripts/install_xorg_dev.sh

# Install conan & pybind11
- name: install conan and pybind11 (linux and ubuntu)
if: ${{ matrix.platform != 'windows-latest' }}
run: ./ci_scripts/install_conan_pybind11.sh
- name: install conan and pybind11 (windows)
if: ${{ matrix.platform == 'windows-latest' }}
- name: install pybind11
run: |
python3 -m pip install conan
conan profile new default --detect
python3 -m pip install pybind11
pip install pybind11
- name: Build and install
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ black
litgen @ git+https://github.com/pthom/litgen
mypy
opencv-contrib-python
pybind11
pytest

0 comments on commit 1c4ee61

Please sign in to comment.