Skip to content

Commit ecfb9e2

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
ci(actions): fix delocate-wheel (#9925)
GitOrigin-RevId: 4db82bfd158015aa0a5d3d4df387872b3730c422
1 parent acd1920 commit ecfb9e2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/package_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393

9494
- name: Delocate macos wheels
9595
if: ${{ matrix.os == 'selfhosted-macOS'}}
96+
working-directory: public/pathway/
9697
run: |
9798
pip install delocate
9899
delocate-wheel target/wheels/*.whl

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: ${{ matrix.os == 'selfhosted-macOS'}}
143143
run: |
144144
pip install delocate
145-
delocate-wheel target/wheels/*.whl
145+
delocate-wheel ./target/wheels/*.whl
146146
147147
- name: Build package Ubuntu AArch64
148148
if: ${{ matrix.os == needs.start-runner.outputs.label }}

0 commit comments

Comments
 (0)