Remove checkout step from matrix (shouldn't be needed?)

This commit is contained in:
Scott Talbert
2024-08-31 09:34:16 -04:00
parent 8eea125575
commit 385ef5c832

View File

@@ -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