We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378b7c5 commit 851296bCopy full SHA for 851296b
1 file changed
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
# Patch: PYBIND11_FINDPYTHON=ON
98
- name: Download Patch 2/2
99
uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
100
- id: setupversion
+ id: setupfindpython
101
with:
102
url: "https://github.com/openPMD/openPMD-api/pull/1684.patch"
103
target: src/.patch/
@@ -106,7 +106,9 @@ jobs:
106
run: |
107
cd src
108
git apply --exclude=.github/workflows/windows.yml .patch/1680.patch
109
- git apply .patch/1684.patch
+ git apply --exclude=cmake/dependencies/pybind11.cmake .patch/1684.patch
110
+ git fetch
111
+ git apply --exclude=setup.py -3 .patch/1684.patch
112
113
- name: Build wheel
114
env:
0 commit comments