Skip to content

Commit 26ee373

Browse files
install Python 3.10 on Windows when not using the docker image
1 parent 30fccd9 commit 26ee373

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,9 @@ jobs:
725725
- name: Build / Test
726726
timeout-minutes: 60
727727
if: ${{ !inputs.enable_windows_docker }}
728+
uses: actions/setup-python@v6
729+
with:
730+
python-version: "3.10"
728731
run: |
729732
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
730733
RefreshEnv

0 commit comments

Comments
 (0)