Skip to content

Commit

Permalink
test: Install setuptools in coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Feb 8, 2025
1 parent c1b2b2d commit 6cad4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/coverage_setuptools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RC="--rcfile=.coveragerc.setuptools"
# Needed for Python 3.13 only
pip uninstall -y cython
pip install git+https://github.com/cython/cython.git@fdbca99
pip install setuptools

touch src/*/*/*.pyx
PYTHON_FLINT_COVERAGE=1 python setup.py build_ext --inplace
Expand Down

0 comments on commit 6cad4d9

Please sign in to comment.