Skip to content

Commit b27cad2

Browse files
committed
a
1 parent dda8d01 commit b27cad2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/reusable_gpu.yml

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

101+
- name: "[Win] Check Python installation"
102+
if: matrix.os == 'Windows'
103+
run: |
104+
python3 --version
105+
python --version
106+
where python
107+
108+
- name: "[Win] Install dependencies - Python"
109+
if: matrix.os == 'Windows'
110+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
111+
with:
112+
python-version: "3.10"
113+
101114
# note: disable all providers except the one being tested
102115
# '-DCMAKE_SUPPRESS_REGENERATION=ON' is the WA for the error: "CUSTOMBUILD : CMake error : Cannot restore timestamp"
103116
- name: Configure build (Debug)

0 commit comments

Comments
 (0)