Skip to content

Commit cd6d3a3

Browse files
authored
Update releasebuild.yml
1 parent e69542a commit cd6d3a3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/releasebuild.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ jobs:
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:
@@ -58,8 +46,6 @@ jobs:
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:

0 commit comments

Comments
 (0)