File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 3535 # update to latest pip, check version
3636 pip install --upgrade pip
3737 pip --version
38- if ! python -c "import distutils" 2> /dev/null; then
39- # we need setuptools for distutils in Python 3.12+, needed for python setup.py sdist
40- pip install --upgrade setuptools
41- fi
38+ pip install setuptools
4239
4340 # for modules tool
4441 APT_PKGS="lua5.3 liblua5.3-dev lua-filesystem lua-posix tcl tcl-dev"
Original file line number Diff line number Diff line change 8484 pip install --upgrade pip
8585 pip --version
8686 pip install -r requirements.txt
87- if ! python -c "import distutils" 2> /dev/null; then
88- # we need setuptools for distutils in Python 3.12+, needed for python setup.py sdist
89- pip install --upgrade setuptools
90- fi
87+ pip install setuptools
88+
9189 # git config is required to make actual git commits (cfr. tests for GitRepository)
9290 git config --global user.name "Github Actions"
9391 git config --global user.email "actions@github.com"
You can’t perform that action at this time.
0 commit comments