From 6f8a02b283265590c536e6666bf382f70a4b9b29 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Mon, 16 Dec 2024 18:35:02 +0100 Subject: [PATCH] Fix build dependencies --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 950006e1..5ef584ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,7 @@ jobs: - name: darwin image: macos-13 runs-on: ${{ matrix.image }} - needs: [ merge-wheels ] + needs: [ build-wheel ] steps: - uses: actions/checkout@v4 with: