Skip to content

Commit

Permalink
Exclude cmake/dependencies/pybind11.cmake from patch
Browse files Browse the repository at this point in the history
??
  • Loading branch information
franzpoeschel committed Nov 12, 2024
1 parent e0cc960 commit 7a1b7de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
run: |
cd src
git apply --exclude=.github/workflows/windows.yml .patch/1680.patch
git apply .patch/1684.patch
git apply --exclude=cmake/dependencies/pybind11.cmake .patch/1684.patch
git fetch
git apply --exclude=setup.py -3 .patch/1684.patch
- name: Build wheel
env:
Expand Down

0 comments on commit 7a1b7de

Please sign in to comment.