Pin setuptools version in Github Action Workflows (#31118)

fixes #31109
This commit is contained in:
Massimiliano Culpo
2022-06-13 21:09:16 +02:00
parent a78944c9eb
commit 54f1ba9c3b
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ jobs:
python-version: '3.10'
- name: Install Python packages
run: |
pip install --upgrade pip six setuptools types-six
pip install --upgrade pip six setuptools==62.3.4 types-six
- name: Setup git configuration
run: |
# Need this for the git tests to succeed.

View File

@@ -41,7 +41,7 @@ jobs:
python-version: 3.9
- name: Install Python packages
run: |
python -m pip install --upgrade pip six setuptools flake8 isort>=4.3.5 mypy>=0.800 black pywin32 types-python-dateutil
python -m pip install --upgrade pip six setuptools==62.3.4 flake8 isort>=4.3.5 mypy>=0.800 black pywin32 types-python-dateutil
- name: Create local develop
run: |
.\spack\.github\workflows\setup_git.ps1