summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54bfeb70f..194294b00 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -204,6 +204,7 @@ jobs:
do
echo "Checking $api ..." && echo "$smokeResult" | grep -q "Check $api: Supported"
done
+ echo "Printing CUDA version: ..." && nvcc --version
fi
if [[ "${{matrix.os}}" == "macos" ]]