Thanks to visit codestin.com Credit goes to github.com
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 aee4a4f commit 670fb86Copy full SHA for 670fb86
.github/workflows/test-wheel-linux.yml
@@ -197,8 +197,8 @@ jobs:
197
exit 1
198
fi
199
pytest -rxXs tests/cython
200
- popd
201
+ popd
202
203
- name: Run cuda.core tests
204
run: |
@@ -221,7 +221,6 @@ jobs:
221
pushd ./cuda_core
222
pip install -r "tests/requirements-cu${TEST_CUDA_MAJOR}.txt"
223
pytest -rxXs tests/
224
225
226
# It is a bit convoluted to run the Cython tests against CTK wheels,
227
# so let's just skip them.
@@ -233,8 +232,8 @@ jobs:
233
232
234
235
236
237
238
239
- name: Ensure cuda-python installable
240
0 commit comments