Skip to content

Commit 718b984

Browse files
authored
try this
1 parent 7567482 commit 718b984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
if [[ "${{ matrix.host-platform }}" == linux* ]]; then
263263
# cython tests require gcc
264264
apt install -y build-essential
265-
CPLUS_INCLUDE_PATH="$CUDA_HOME/include:${CPLUS_INCLUDE_PATH:-}" cythonize -3 -i test_*.pyx
265+
CPLUS_INCLUDE_PATH="$CUDA_HOME/include" cythonize -3 -i test_*.pyx
266266
elif [[ "${{ matrix.host-platform }}" == win* ]]; then
267267
# TODO: enable this once win-64 runners are up
268268
exit 1

0 commit comments

Comments
 (0)