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:
298
298
CIBW_MUSLLINUX_AARCH64_IMAGE : ${{ matrix.musllinux_img || 'musllinux_1_1' }}
299
299
CIBW_PRERELEASE_PYTHONS : ' True'
300
300
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
302
302
CIBW_TEST_COMMAND : PYTHONUNBUFFERED=1 python -m pytest ${{ matrix.test_args || '{project}' }} # default to test all
303
303
run : |
304
304
set -eux
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ def create_venv(name):
32
32
'-m' ,
33
33
'pip' ,
34
34
'install' ,
35
+ 'pip' ,
35
36
'setuptools' ,
36
37
'--upgrade'
37
38
])
You can’t perform that action at this time.
0 commit comments