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 ea703c4 commit c983107Copy full SHA for c983107
.github/workflows/build-and-test.yml
@@ -262,7 +262,7 @@ jobs:
262
if [[ "${{ matrix.host-platform }}" == linux* ]]; then
263
# cython tests require gcc
264
apt install -y build-essential
265
- CPLUS_INCLUDE_PATH=$CUDA_HOME/include:$CPLUS_INCLUDE_PATH cythonize -3 -i test_*.pyx
+ CPLUS_INCLUDE_PATH=$CUDA_HOME/include:${CPLUS_INCLUDE_PATH:-} cythonize -3 -i test_*.pyx
266
elif [[ "${{ matrix.host-platform }}" == win* ]]; then
267
# TODO: enable this once win-64 runners are up
268
exit 1
0 commit comments