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 5794199 commit bdd210aCopy full SHA for bdd210a
.github/workflows/coverage.yml
@@ -22,11 +22,6 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install pytest hypothesis pandas coverage cython
24
25
- - name: Generate cython
26
- run: |
27
- chmod +x ./tools/generate_cython.sh
28
- ./tools/generate_cython.sh
29
-
30
# for cython tests inplace installation is required
31
- name: build
32
run: CMAKE_ARGS=-DCYTHON_TRACE_NOGIL=1 pip install -e . -v
0 commit comments