Skip to content

Commit 03fc90e

Browse files
install Python 3.10 in dockerless Windows builds
1 parent bd52b59 commit 03fc90e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,11 @@ jobs:
672672
}
673673
docker pull $Image
674674
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.11"
675680
- name: Install Visual Studio Build Tools
676681
if: ${{ !inputs.enable_windows_docker }}
677682
run: . ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/windows/install-vsb.ps1

0 commit comments

Comments
 (0)