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 bd52b59 commit 83a50b7Copy full SHA for 83a50b7
.github/workflows/swift_package_test.yml
@@ -672,6 +672,11 @@ jobs:
672
}
673
docker pull $Image
674
echo "image=$Image" >> "$env:GITHUB_OUTPUT"
675
+ - name: "Install Python 3.10"
676
+ if: ${{ !inputs.enable_windows_docker }}
677
+ uses: actions/setup-python@v6
678
+ with:
679
+ python-version: "3.10"
680
- name: Install Visual Studio Build Tools
681
if: ${{ !inputs.enable_windows_docker }}
682
run: . ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/windows/install-vsb.ps1
0 commit comments