File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jobs:
298298 CIBW_MUSLLINUX_AARCH64_IMAGE : ${{ matrix.musllinux_img || 'musllinux_1_1' }}
299299 CIBW_PRERELEASE_PYTHONS : ' True'
300300 CIBW_FREE_THREADED_SUPPORT : ' True'
301- CIBW_TEST_REQUIRES : pytest setuptools # 3.12+ no longer includes distutils, just always ensure setuptools is present
301+ CIBW_TEST_REQUIRES : pytest setuptools pip>=25.1 # 3.12+ no longer includes distutils, just always ensure setuptools is present
302302 CIBW_TEST_COMMAND : PYTHONUNBUFFERED=1 python -m pytest ${{ matrix.test_args || '{project}' }} # default to test all
303303 run : |
304304 set -eux
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ def create_venv(name):
3232 '-m' ,
3333 'pip' ,
3434 'install' ,
35+ 'pip' ,
3536 'setuptools' ,
3637 '--upgrade'
3738 ])
You can’t perform that action at this time.
0 commit comments