We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b2b2d commit 6cad4d9Copy full SHA for 6cad4d9
bin/coverage_setuptools.sh
@@ -10,6 +10,7 @@ RC="--rcfile=.coveragerc.setuptools"
10
# Needed for Python 3.13 only
11
pip uninstall -y cython
12
pip install git+https://github.com/cython/cython.git@fdbca99
13
+pip install setuptools
14
15
touch src/*/*/*.pyx
16
PYTHON_FLINT_COVERAGE=1 python setup.py build_ext --inplace
0 commit comments