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 committed by GitHub
parent 874b713edf
commit 7d96a0aa5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -46,7 +46,7 @@ jobs:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages
run: | 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 - name: Create local develop
run: | run: |
.\spack\.github\workflows\setup_git.ps1 .\spack\.github\workflows\setup_git.ps1