File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 21
21
matrix :
22
22
host-platform :
23
23
- linux-64
24
- - linux-aarch64
25
24
- win-64
26
25
python-version :
27
- - " 3.13"
28
26
- " 3.12"
29
- - " 3.11"
30
- - " 3.10"
31
- - " 3.9"
32
27
cuda-version :
33
28
# Note: this is for build-time only.
34
29
- " 12.8.0"
@@ -211,13 +206,8 @@ jobs:
211
206
matrix :
212
207
host-platform :
213
208
- linux-64
214
- - linux-aarch64
215
209
python-version :
216
- - " 3.13"
217
210
- " 3.12"
218
- - " 3.11"
219
- - " 3.10"
220
- - " 3.9"
221
211
cuda-version :
222
212
# Note: this is for test-time only.
223
213
- " 12.8.0"
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194
194
195
195
pushd ./cuda_bindings
196
196
pip install -r requirements.txt
197
- pytest -rxXs -v tests/
197
+ pytest -ra -s -v tests/
198
198
199
199
# It is a bit convoluted to run the Cython tests against CTK wheels,
200
200
# so let's just skip them.
@@ -205,7 +205,7 @@ jobs:
205
205
# TODO: enable this once win-64 runners are up
206
206
exit 1
207
207
fi
208
- pytest -rxXs -v tests/cython
208
+ pytest -ra -s -v tests/cython
209
209
fi
210
210
popd
211
211
@@ -229,7 +229,7 @@ jobs:
229
229
230
230
pushd ./cuda_core
231
231
pip install -r "tests/requirements-cu${TEST_CUDA_MAJOR}.txt"
232
- pytest -rxXs -v tests/
232
+ pytest -ra -s -v tests/
233
233
234
234
# It is a bit convoluted to run the Cython tests against CTK wheels,
235
235
# so let's just skip them. Also, currently our CI always installs the
@@ -243,7 +243,7 @@ jobs:
243
243
# TODO: enable this once win-64 runners are up
244
244
exit 1
245
245
fi
246
- pytest -rxXs -v tests/cython
246
+ pytest -ra -s -v tests/cython
247
247
fi
248
248
popd
249
249
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
180
180
Push-Location ./cuda_bindings
181
181
pip install -r requirements.txt
182
- pytest -rxXs -v tests/
182
+ pytest -ra -s -v tests/
183
183
# skip Cython tests for now (NVIDIA/cuda-python#466)
184
184
Pop-Location
185
185
@@ -203,7 +203,7 @@ jobs:
203
203
204
204
Push-Location ./cuda_core
205
205
pip install -r "tests/requirements-cu${TEST_CUDA_MAJOR}.txt"
206
- pytest -rxXs -v tests/
206
+ pytest -ra -s -v tests/
207
207
Pop-Location
208
208
209
209
- name : Ensure cuda-python installable
You can’t perform that action at this time.
0 commit comments