From 68c60696cee72f4b752e9e05fa308f2f670c6712 Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Fri, 1 Nov 2024 21:04:02 +0100 Subject: [PATCH] fixup! Build fresh internal CCD in CI --- .github/workflows/test_and_deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 8dc6c56e4..631545f36 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -113,7 +113,9 @@ jobs: test-and-build: name: "Build & Test" - needs: "generate-wheels-matrix" + needs: + - generate-wheels-matrix + - build-internal strategy: matrix: include: ${{ fromJson(needs.generate-wheels-matrix.outputs.include) }} @@ -149,6 +151,8 @@ jobs: sdist: name: Build source distribution runs-on: ubuntu-latest + needs: + - build-internal steps: - uses: actions/checkout@v4 - name: Add internal CCD to Biotite