Skip to content

Commit

Permalink
Wheels: Fix duplicate ID (openPMD#1696)
Browse files Browse the repository at this point in the history
* Fix previous: Duplicate ID

* Exclude cmake/dependencies/pybind11.cmake from patch

??
  • Loading branch information
franzpoeschel authored Nov 12, 2024
1 parent 378b7c5 commit 851296b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# Patch: PYBIND11_FINDPYTHON=ON
- name: Download Patch 2/2
uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
id: setupversion
id: setupfindpython
with:
url: "https://github.com/openPMD/openPMD-api/pull/1684.patch"
target: src/.patch/
Expand All @@ -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 851296b

Please sign in to comment.