Skip to content

Commit 385b587

Browse files
committed
Install python3.10 in system path for windows CI builds
1 parent e8faa77 commit 385b587

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit_windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
if: ${{ github.event_name != 'pull_request_review' }}
3232
uses: actions/checkout@v4
3333

34+
- uses: actions/setup-python@v5
35+
with:
36+
python-version: "3.10"
37+
3438
- run: .\scripts\environment\bootstrap-windows-2022.ps1
3539
- run: make test
3640

0 commit comments

Comments
 (0)