diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7d5bd4dc5..356fb452b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -230,6 +230,9 @@ jobs: run: | pip install delocate + delocate-listdeps \ + ${{ github.workspace }}/wheelhouse/default_x86_64/triton_library-${{ env.package-version }}-${{ matrix.pycp }}-macosx_12_0_x86_64.whl + python ${{ github.workspace }}/src/scripts/macos/delocate-wheel-custom.py \ --verbose \ --wheel-dir wheelhouse/repaired_x86_64 \