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 342a9d5 commit c1b2b2dCopy full SHA for c1b2b2d
bin/coverage.sh
@@ -19,7 +19,7 @@ RC="--rcfile=.coveragerc.meson"
19
20
# See https://github.com/cython/cython/issues/6658
21
# Needed for Python 3.13 only
22
-pip uninstall cython
+pip uninstall -y cython
23
pip install git+https://github.com/cython/cython.git@fdbca99
24
25
meson setup build -Dcoverage=true
bin/coverage_setuptools.sh
@@ -8,7 +8,7 @@ RC="--rcfile=.coveragerc.setuptools"
8
9
10
11
12
13
14
touch src/*/*/*.pyx
0 commit comments