From d5e8723bd047935b0a706ca9f052926a0c72a036 Mon Sep 17 00:00:00 2001 From: Pieter P Date: Thu, 27 Jul 2023 14:05:33 +0200 Subject: [PATCH] [CI] fix dependency wheel.yml --- .github/workflows/wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 274829a52e..cd1d237616 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -396,7 +396,7 @@ jobs: release: if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }} - needs: [test-linux, build-linux-src, test-windows, test-macos] + needs: [test-linux, build-linux-src, build-windows, test-macos] runs-on: ubuntu-latest container: ${{ matrix.container }}:${{ matrix.python-version }}${{ matrix.python-version-suffix }}-bullseye strategy: