Skip to content

Commit

Permalink
pyproject.toml patched - added missing build cmake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stiborek committed Sep 25, 2024
1 parent a6ce806 commit 31a44b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
sed -i'' -e "s/version=read_version_from_cmakelists('dlib\/CMakeLists.txt')/version='$DLIB_BIN_VERSION'/" setup.py
sed -i'' -e "s/url='https:\/\/github\.com\/davisking\/dlib'/url='https:\/\/github\.com\/alesanfra\/dlib-wheels'/" setup.py
sed -i'' -e "s/_cmake_extra_options = \[\]/_cmake_extra_options = \['-DDLIB_NO_GUI_SUPPORT=ON'\]/" setup.py
sed -i'' -e "s/requires = \[\"setuptools\", \"wheel\"\]/requires = \[\"setuptools\", \"wheel\", \"cmake==3.24.0\"\]/" pyproject.toml
working-directory: ${{ env.WORKING_DIRECTORY }}

- name: Set up QEMU
Expand Down

0 comments on commit 31a44b0

Please sign in to comment.