Skip to content

Commit bdd210a

Browse files
authored
Remove Cython generation step from coverage workflow
1 parent 5794199 commit bdd210a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install pytest hypothesis pandas coverage cython
2424
25-
- name: Generate cython
26-
run: |
27-
chmod +x ./tools/generate_cython.sh
28-
./tools/generate_cython.sh
29-
3025
# for cython tests inplace installation is required
3126
- name: build
3227
run: CMAKE_ARGS=-DCYTHON_TRACE_NOGIL=1 pip install -e . -v

0 commit comments

Comments
 (0)