Pin setuptools version in Github Action Workflows (#31118)
fixes #31109
This commit is contained in:

committed by
GitHub

parent
874b713edf
commit
7d96a0aa5a
2
.github/workflows/unit_tests.yaml
vendored
2
.github/workflows/unit_tests.yaml
vendored
@@ -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.
|
||||
|
Reference in New Issue
Block a user