Skip to content

Commit aba6dad

Browse files
authored
Update releasebuild.yml
1 parent 88f6c28 commit aba6dad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/releasebuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
name: Build wheels on ubuntu-latest
5858
needs: [build_sdist]
5959
runs-on: ubuntu-latest
60+
env:
61+
CIBW_TEST_REQUIRES: pytest hypothesis
62+
CIBW_TEST_COMMAND: pytest {package}/tests
63+
CIBW_BUILD_VERBOSITY: 3
6064

6165
steps:
6266
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)