We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6440174 commit 27d9907Copy full SHA for 27d9907
.github/workflows/test-wheel-linux.yml
@@ -104,7 +104,7 @@ jobs:
104
continue-on-error: false
105
with:
106
# for artifact fetching, graphics libs
107
- dependencies: "jq wget libgl1 libegl1"
+ dependencies: "jq wget libgl1 libegl1 g++"
108
dependent_exes: "jq wget"
109
110
- name: Set environment variables
@@ -281,7 +281,9 @@ jobs:
281
run: run-tests core
282
283
- name: Run cuda.core examples with PEP 723 metadata in isolation
284
- if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
+ env:
285
+ CUDA_VER: ${{ matrix.CUDA_VER }}
286
+ LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
287
run: |
288
ci/tools/run-examples-pep723 cuda_core/examples/
289
0 commit comments