We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e706d0 commit 99835f7Copy full SHA for 99835f7
.github/workflows/swift_package_test.yml
@@ -677,6 +677,12 @@ jobs:
677
}
678
docker pull $Image
679
echo "image=$Image" >> "$env:GITHUB_OUTPUT"
680
+ - name: "Install Python 3.10"
681
+ if: ${{ !inputs.enable_windows_docker }}
682
+ uses: actions/setup-python@v6
683
+ with:
684
+ python-version: "3.10"
685
+ architecture: "x86"
686
- name: Install Visual Studio Build Tools
687
if: ${{ !inputs.enable_windows_docker }}
688
run: . ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/windows/install-vsb.ps1
0 commit comments