2 parents b924dc4 + ec9b6d0 commit d595b07Copy full SHA for d595b07
1 file changed
.github/workflows/windows-installer.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Upgrade the package manager and related libraries
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install --upgrade setuptools wheel
+ python -m pip install "setuptools==65.5.0" wheel
31
python -m pip install --upgrade cachetools pefile
32
- name: Install production dependencies
33
0 commit comments