Skip to content

Commit 2c359c1

Browse files
authored
chore(ci): fix Windows CI for good (#958)
1 parent a07d513 commit 2c359c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ jobs:
130130
with:
131131
cache: yarn
132132

133+
- name: Setup Python 3.12 (Windows)
134+
if: ${{ matrix.os == 'windows-2025' }}
135+
uses: actions/setup-python@v6
136+
with:
137+
python-version: 3.12
138+
133139
- name: Install Dependencies
134140
run: yarn
135141

0 commit comments

Comments
 (0)