Skip to content

Commit 6cad4d9

Browse files
committed
test: Install setuptools in coverage job
1 parent c1b2b2d commit 6cad4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/coverage_setuptools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RC="--rcfile=.coveragerc.setuptools"
1010
# Needed for Python 3.13 only
1111
pip uninstall -y cython
1212
pip install git+https://github.com/cython/cython.git@fdbca99
13+
pip install setuptools
1314

1415
touch src/*/*/*.pyx
1516
PYTHON_FLINT_COVERAGE=1 python setup.py build_ext --inplace

0 commit comments

Comments
 (0)