Skip to content

Commit ec9b6d0

Browse files
authored
Pin dep to fix compilation fail on x86
1 parent b924dc4 commit ec9b6d0

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)