Skip to content

Commit 27d9907

Browse files
committed
Try to get tests to run
1 parent 6440174 commit 27d9907

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
continue-on-error: false
105105
with:
106106
# for artifact fetching, graphics libs
107-
dependencies: "jq wget libgl1 libegl1"
107+
dependencies: "jq wget libgl1 libegl1 g++"
108108
dependent_exes: "jq wget"
109109

110110
- name: Set environment variables
@@ -281,7 +281,9 @@ jobs:
281281
run: run-tests core
282282

283283
- name: Run cuda.core examples with PEP 723 metadata in isolation
284-
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
284+
env:
285+
CUDA_VER: ${{ matrix.CUDA_VER }}
286+
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
285287
run: |
286288
ci/tools/run-examples-pep723 cuda_core/examples/
287289

0 commit comments

Comments
 (0)