File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 3535 git apply ./tools/sdist.patch
3636 pip install build
3737 python -m build --sdist
38- # test whether tarball contains all files required for compiling
39- pip install dist/rapidfuzz-*.tar.gz -v
40-
41- # - name: Test type stubs
42- # # prevent import from rapidfuzz
43- # working-directory: .github
44- # run: |
45- # python -m mypy.stubtest rapidfuzz --ignore-missing-stub
46-
47- - name : Test with pytest and backtrace in case of SegFault
48- run : |
49- tools/seg_wrapper.sh pytest tests
5038
5139 - uses : actions/upload-artifact@v4
5240 with :
5846 needs : [build_sdist]
5947 runs-on : ubuntu-latest
6048 env :
61- CIBW_TEST_REQUIRES : pytest hypothesis
62- CIBW_TEST_COMMAND : pytest {package}/tests
6349 CIBW_BUILD_VERBOSITY : 3
6450
6551 steps :
You can’t perform that action at this time.
0 commit comments