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
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,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.