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 3c6587a commit a1b9be5Copy full SHA for a1b9be5
.github/workflows/build-wheels.yml
@@ -121,7 +121,7 @@ jobs:
121
- uses: actions/checkout@v4
122
123
- name: Install test dependencies
124
- run: pip install pytest hypothesis psutil pyarrow
+ run: pip install pytest pytest-retry hypothesis psutil pyarrow
125
126
- name: Run tests
127
shell: bash
pyproject.toml
@@ -51,6 +51,7 @@ doc = [
51
]
52
test = [
53
"pytest",
54
+ "pytest-retry",
55
"hypothesis",
56
"psutil",
57
"pyarrow",
@@ -111,6 +112,7 @@ select = ["NPY201"]
111
112
[tool.cibuildwheel]
113
test-requires = [
114
115
116
117
118
0 commit comments