File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 --env "GITHUB_WORKSPACE=$GITHUB_WORKSPACE" \
122122 --env "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" \
123123 --env "GITHUB_STEP_SUMMARY=$GITHUB_STEP_SUMMARY" \
124- --env "HOST_WORKSPACE=${{github.workspace}}" \
124+ --env "HOST_WORKSPACE=${{github.workspace}}/cccl " \
125125 -- /ci.sh
126126
127127 - name : Upload wheel artifact
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ set -euo pipefail
55py_version=${2#* =}
66echo " Docker socket: " $( ls /var/run/docker.sock)
77
8- echo " Host workspace: " ${HOST_WORKSPACE}
9- ls ${HOST_WORKSPACE}
10-
118# cuda_parallel must be built in a container that can produce manylinux wheels,
129# and has the CUDA toolkit installed. We use the rapidsai/ci-wheel image for this.
1310# These images don't come with a new enough version of gcc installed, so that
You can’t perform that action at this time.
0 commit comments