Skip to content

Commit a80e52d

Browse files
jonathanperretdl1com
authored andcommitted
Pin delocate to 0.11.0
Ideally we'd upgrade to delocate 0.12.0 and use the new delocate-merge command, but it fails on numpy (matthew-brett/delocate#227), so we'll stick to 0.11.0 for now.
1 parent fcf6c1d commit a80e52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-multi-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
run: |
314314
brew install avrdude
315315
mkdir tmp-wheel/
316-
python -m pip install delocate
316+
python -m pip install delocate==0.11.0
317317
318318
# Find platform values on e.g. https://pypi.org/project/numpy/1.26.4/#files
319319

0 commit comments

Comments
 (0)