Skip to content

Commit c902aa7

Browse files
authored
ci: fix Windows 3.13 build failing (#2992)
There was a regression in a 3.13.x release and the GitHub runners appear to have cached the bad version; force them to grab the new version.
1 parent c11955d commit c902aa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ jobs:
900900
- name: Install Python ${{ matrix.python_version }}
901901
uses: actions/setup-python@v5
902902
with:
903+
check-latest: true
903904
python-version: ${{ matrix.python_version }}
904905

905906
- name: Build wheel

0 commit comments

Comments
 (0)