From 385ef5c832fafcc97ed6040a9662c86bb934e76f Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sat, 31 Aug 2024 09:34:16 -0400 Subject: [PATCH] Remove checkout step from matrix (shouldn't be needed?) --- .github/workflows/ci-build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a9e44dce..607336d3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -126,12 +126,7 @@ jobs: echo "short_name=$short_name" >> "$GITHUB_OUTPUT" echo "canonical_id=$short_name-py${{ matrix.python-version }}-${{ matrix.architecture}}" >> "$GITHUB_OUTPUT" - - name: Checkout repo - uses: actions/checkout@v4 - with: - submodules: 'recursive' - - - name: download CI source artifact + - name: Download CI source artifact uses: actions/download-artifact@v4 with: name: wxPython-source