Skip to content

Commit 05267c2

Browse files
authored
try this
1 parent 7937db1 commit 05267c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ jobs:
263263
# cython tests require gcc
264264
apt update
265265
apt install -y build-essential
266+
ls -l $CUDA_HOME/include
266267
CPLUS_INCLUDE_PATH="$CUDA_HOME/include" cythonize -3 -i test_*.pyx
267268
elif [[ "${{ matrix.host-platform }}" == win* ]]; then
268269
# TODO: enable this once win-64 runners are up

0 commit comments

Comments
 (0)