From 1678458662c2010bf7a2f077d86af8a490641830 Mon Sep 17 00:00:00 2001 From: Christian Heitman Date: Tue, 31 Oct 2023 12:25:57 -0300 Subject: [PATCH] Update workflow python --- .github/workflows/python.yml | 3 +++ 1 file changed, 3 insertions(+) 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 \