Skip to content

Commit d595b07

Browse files
authored
Merge pull request #140 from reingart/reingart-patch-1
Pin setuptools dep to fix compilation fail on x86
2 parents b924dc4 + ec9b6d0 commit d595b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upgrade the package manager and related libraries
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install --upgrade setuptools wheel
30+
python -m pip install "setuptools==65.5.0" wheel
3131
python -m pip install --upgrade cachetools pefile
3232
- name: Install production dependencies
3333
run: |

0 commit comments

Comments
 (0)