Skip to content

Commit 9c4f13f

Browse files
committed
a
1 parent dda8d01 commit 9c4f13f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable_gpu.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ jobs:
9898
if: matrix.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
9999
run: vcpkg install --triplet x64-windows
100100

101+
- name: "[Win] Install dependencies - Python"
102+
if: matrix.os == 'Windows'
103+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
104+
with:
105+
python-version: "3.12"
106+
101107
# note: disable all providers except the one being tested
102108
# '-DCMAKE_SUPPRESS_REGENERATION=ON' is the WA for the error: "CUSTOMBUILD : CMake error : Cannot restore timestamp"
103109
- name: Configure build (Debug)

0 commit comments

Comments
 (0)